emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 minor bugs with filling and comments in mail mode


From: Markus Rost
Subject: Re: 2 minor bugs with filling and comments in mail mode
Date: Fri, 05 Mar 2004 01:28:04 +0100

   Indeed, if comment-start-skip cannot be easily inferred from comment-start,
   the major mode needs to set it explicitly.  I've installed changes in
   sendmail.el and message.el for that.

The change in sendmail.el needs a fix:

address@hidden:~$ emacs -batch -f compose-mail
Wrong type argument: stringp, nil

The culprit is (regexp-quote mail-yank-prefix) in case
mail-yank-prefix is nil (the default value).  I couldn't immediately
guess the right fix, so I'll leave it to you.


   > No comment syntax is defined.  Use: 
   > 
   > Hit RET.  You get an error:
   > 
   > comment-region: Wrong type argument: stringp, nil

   Thanks.  I've fixed this as well.

That works for me.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]