Gnus development mailing list
 help / color / mirror / Atom feed
* error with gnus-summary-copy-article
@ 2020-12-16 12:41 Peter Münster
  2020-12-17 23:56 ` Eric Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Münster @ 2020-12-16 12:41 UTC (permalink / raw)
  To: ding

Hi,

This is the first time, that I want to use `gnus-summary-copy-article',
but it does not work. I get this error:

gnus-get-function: Cannot open load file: No such file or directory, margin

Here is a backtrace:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "margin")
  require(margin)
  gnus-get-function((margin "") request-accept-article t)
  gnus-valid-move-group-p("margin:0")
  #f(compiled-function (elt) #<bytecode 0xbe4151>)("margin:0")
  mapcar(#f(compiled-function (elt) #<bytecode 0xbe4151>) (...))
  #f(compiled-function #'sequence #<bytecode 0x606331>)(#f(compiled-function (elt) #<bytecode 0xbe4151>) (...))
  apply(#f(compiled-function #'sequence #<bytecode 0x606331>) #f(compiled-function (elt) #<bytecode 0xbe4151>) (...) nil)
  seq-map(#f(compiled-function (elt) #<bytecode 0xbe4151>) (...))
  seq-filter(gnus-valid-move-group-p (...))
  gnus-read-move-group-name("Copy" nil (122) "")
  gnus-summary-move-article(nil nil nil copy)
  gnus-summary-copy-article(nil)
  funcall-interactively(gnus-summary-copy-article nil)
  call-interactively(gnus-summary-copy-article nil nil)
  command-execute(gnus-summary-copy-article)
--8<---------------cut here---------------end--------------->8---

How could I solve this issue please?

TIA for any hints,
-- 
           Peter



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error with gnus-summary-copy-article
  2020-12-16 12:41 error with gnus-summary-copy-article Peter Münster
@ 2020-12-17 23:56 ` Eric Abrahamsen
  2020-12-18  6:40   ` Peter Münster
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Abrahamsen @ 2020-12-17 23:56 UTC (permalink / raw)
  To: ding

Peter Münster <pm@a16n.net> writes:

> Hi,
>
> This is the first time, that I want to use `gnus-summary-copy-article',
> but it does not work. I get this error:
>
> gnus-get-function: Cannot open load file: No such file or directory, margin
>
> Here is a backtrace:
>
> Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "margin")
>   require(margin)
>   gnus-get-function((margin "") request-accept-article t)
>   gnus-valid-move-group-p("margin:0")
>   #f(compiled-function (elt) #<bytecode 0xbe4151>)("margin:0")
>   mapcar(#f(compiled-function (elt) #<bytecode 0xbe4151>) (...))
>   #f(compiled-function #'sequence #<bytecode 0x606331>)(#f(compiled-function (elt) #<bytecode 0xbe4151>) (...))
>   apply(#f(compiled-function #'sequence #<bytecode 0x606331>) #f(compiled-function (elt) #<bytecode 0xbe4151>) (...) nil)
>   seq-map(#f(compiled-function (elt) #<bytecode 0xbe4151>) (...))
>   seq-filter(gnus-valid-move-group-p (...))
>   gnus-read-move-group-name("Copy" nil (122) "")
>   gnus-summary-move-article(nil nil nil copy)
>   gnus-summary-copy-article(nil)
>   funcall-interactively(gnus-summary-copy-article nil)
>   call-interactively(gnus-summary-copy-article nil nil)
>   command-execute(gnus-summary-copy-article)
>
> How could I solve this issue please?
>
> TIA for any hints,

Apparently there is a group in your gnus-active-hashtb that is named
"margin:0"? That's pretty weird. Do you see a group with that name show
up anywhere else?

That function should probably call `require' with the NOERROR flag set,
but still, this is pretty weird.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error with gnus-summary-copy-article
  2020-12-17 23:56 ` Eric Abrahamsen
@ 2020-12-18  6:40   ` Peter Münster
  2020-12-18  7:22     ` Eric Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Münster @ 2020-12-18  6:40 UTC (permalink / raw)
  To: ding

On Thu, Dec 17 2020, Eric Abrahamsen wrote:

> Do you see a group with that name show up anywhere else?

Hi Eric,

There is no such group in ~/Mail but I've found this line in
~/Mail/active:

margin:0 0 0 y

After removing this entry and restarting emacs, the copy function works.

Thanks for your help!
-- 
           Peter



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error with gnus-summary-copy-article
  2020-12-18  6:40   ` Peter Münster
@ 2020-12-18  7:22     ` Eric Abrahamsen
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Abrahamsen @ 2020-12-18  7:22 UTC (permalink / raw)
  To: ding

Peter Münster <pm@a16n.net> writes:

> On Thu, Dec 17 2020, Eric Abrahamsen wrote:
>
>> Do you see a group with that name show up anywhere else?
>
> Hi Eric,
>
> There is no such group in ~/Mail but I've found this line in
> ~/Mail/active:
>
> margin:0 0 0 y
>
> After removing this entry and restarting emacs, the copy function works.
>
> Thanks for your help!

Glad that got sorted! My next wild guess had to do with CSS selectors,
so it's a relief we didn't get there.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-18  7:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 12:41 error with gnus-summary-copy-article Peter Münster
2020-12-17 23:56 ` Eric Abrahamsen
2020-12-18  6:40   ` Peter Münster
2020-12-18  7:22     ` Eric Abrahamsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).