Gnus development mailing list
 help / color / mirror / Atom feed
* followup marked messages: don't work anymore
@ 2018-10-01 13:06 Uwe Brauer
  2018-10-01 17:50 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2018-10-01 13:06 UTC (permalink / raw)
  To: ding




Hi

I swear this worked before. Here are the steps I do.

    1. In a thread I mark (with #) the first and the third message,
       then

    2. I run gnus-summary-universal-argument

    3. I fire up F (summary-followup-with-original) and obtain an error I will attach.


I repeat the steps but this time use the menu to chose followup-with
yank. However only the first but not the first and the third of the
message are picked up.

Does anybody have similar experience. If so will submit a bug report.

Here comes the error message:

Debugger entered--Lisp error: (wrong-type-argument characterp 134217766)
  auto-capitalize(43 44 0)
  #f(compiled-function (header value) #<bytecode 0xfad401>)(To "SERGIO MARRERO PEREZ <smarrero@ucm.es>")
  mail-header-format(((From) (Newsgroups) (To) (Cc) (Subject)
  (In-Reply-To) (Fcc) (Bcc) (Date) (Organization) (Distribution) (Lines)
  (Expires) (Message-ID) (References . message-shorten-references)
  (User-Agent)) ((Subject . "Re: metnum19") (To . "SERGIO MARRERO PEREZ
  <smarrero@ucm.es>"))) 
  message-setup-1(((Subject . "Re: metnum19") (To . "SERGIO MARRERO PEREZ <smarrero@ucm.es>")) #<buffer  *gnus article copy*> nil nil)
  message-setup(((Subject . "Re: metnum19") (To . "SERGIO MARRERO PEREZ <smarrero@ucm.es>")) #<buffer  *gnus article copy*>)
  message-reply(nil t)
  message-wide-reply(nil)
  gnus-post-news(nil "nnimap+UCMgmail:INBOX" [51158 "metnum19" "SERGIO
  MARRERO PEREZ <smarrero@ucm.es>" #("Mon, 1 Oct 2018 11:45:11 +0200" 0
  1 (gnus-time (23473 60583)))
  "<CABNpChxzmXWrmbvCam1AEM2bti0QXaUt=VZ_PKcxD1p-wWhCcg@mail.gmail.com>"
  nil 5577 10 nil ((To . "UWE RICHARD OTTO BRAUER
  <uwe_brauer@mat.ucm.es>"))] "*Article nnimap+UCMgmail:INBOX*" (51158)
  nil nil) 
  gnus-summary-followup((51158) nil)
  gnus-summary-followup-with-original(nil)
  funcall-interactively(gnus-summary-followup-with-original nil)
  call-interactively(gnus-summary-followup-with-original nil nil)
  command-execute(gnus-summary-followup-with-original)
  gnus-summary-universal-argument(nil)
  funcall-interactively(gnus-summary-universal-argument nil)
  call-interactively(gnus-summary-universal-argument nil nil)
  command-execute(gnus-summary-universal-argument)




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

* Re: followup marked messages: don't work anymore
  2018-10-01 13:06 followup marked messages: don't work anymore Uwe Brauer
@ 2018-10-01 17:50 ` Andreas Schwab
  2018-10-02  6:51   ` Uwe Brauer
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2018-10-01 17:50 UTC (permalink / raw)
  To: ding

On Okt 01 2018, Uwe Brauer <oub@mat.ucm.es> wrote:

> Here comes the error message:
>
> Debugger entered--Lisp error: (wrong-type-argument characterp 134217766)
>   auto-capitalize(43 44 0)
>   #f(compiled-function (header value) #<bytecode 0xfad401>)(To "SERGIO MARRERO PEREZ <smarrero@ucm.es>")
>   mail-header-format(((From) (Newsgroups) (To) (Cc) (Subject)

What is this auto-capitalize function?  Did you change the value of the
mail-header-format-function variable?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



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

* Re: followup marked messages: don't work anymore
  2018-10-01 17:50 ` Andreas Schwab
@ 2018-10-02  6:51   ` Uwe Brauer
  2018-10-02 17:35     ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2018-10-02  6:51 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

>>> "Andreas" == Andreas Schwab <schwab@linux-m68k.org> writes:

> On Okt 01 2018, Uwe Brauer <oub@mat.ucm.es> wrote:
>> Here comes the error message:
>> 
>> Debugger entered--Lisp error: (wrong-type-argument characterp 134217766)
>> auto-capitalize(43 44 0)
>> #f(compiled-function (header value) #<bytecode 0xfad401>)(To "SERGIO MARRERO PEREZ <smarrero@ucm.es>")
>> mail-header-format(((From) (Newsgroups) (To) (Cc) (Subject)

> What is this auto-capitalize function?  Did you change the value of the
> mail-header-format-function variable?

Auto-capitalize is a quite old code written by Kevin Rodgers, and auto
capitalize text. It is in my message-mode-hook 
(org-contacts-setup-completion-at-point my-refill-key
th/gnus-article-enable-prettify footnote-mode outline-minor-mode
turn-on-auto-capitalize-mode turn-off-electric-indent-mode orgalist-mode
turn-on-quail-latin-1 turn-on-mysmiley my-msg-keys-mule
turn-on-auto-fill turn-on-flyspell)

But that should not interfere with the reply function?!

Uwe 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5025 bytes --]

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

* Re: followup marked messages: don't work anymore
  2018-10-02  6:51   ` Uwe Brauer
@ 2018-10-02 17:35     ` Andreas Schwab
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2018-10-02 17:35 UTC (permalink / raw)
  To: ding

On Okt 02 2018, Uwe Brauer <oub@mat.ucm.es> wrote:

> But that should not interfere with the reply function?!

Unless you have changed mail-header-format-function.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



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

end of thread, other threads:[~2018-10-02 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 13:06 followup marked messages: don't work anymore Uwe Brauer
2018-10-01 17:50 ` Andreas Schwab
2018-10-02  6:51   ` Uwe Brauer
2018-10-02 17:35     ` Andreas Schwab

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).