Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: mail-header-end
Date: Tue, 12 Feb 2002 08:55:25 -0500	[thread overview]
Message-ID: <2nwuxils8i.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: <shit93gso3.fsf@tux.gnu.franken.de> (Karl Eichwalder's message of "Tue, 12 Feb 2002 06:45:00 +0100")

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

Karl Eichwalder <ke@gnu.franken.de> writes:

> Using Emacs 21.2.50 (devel from CVS) together with Gnus form CVS I must
> say something like:
>
>     (autoload 'mail-header-end "sendmail")
>
> when I want to call message-tab while in the To: line.  Wondering
> whether that's an Emacs bug or whether Gnus has to adopt this Eamcs
> change?

It is a bug in mailabbrev.el. RMS had sent me the patch, but I didn't
get time to try it. Could you please try the attached patch?

ShengHuo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: mailabbrev.diff --]
[-- Type: text/x-patch, Size: 620 bytes --]

*** mailabbrev.el.~1.63.~	Sat Feb  9 04:45:14 2002
--- mailabbrev.el	Sat Feb  9 05:24:37 2002
***************
*** 418,424 ****
         (looking-at mail-abbrev-mode-regexp))
       ;;
       ;; ...and are we in the headers?
!      (< (point) (mail-header-end)))))
  
  (defvar mail-mode-abbrev-table) ; quiet the compiler
  
--- 418,429 ----
         (looking-at mail-abbrev-mode-regexp))
       ;;
       ;; ...and are we in the headers?
!      (< (point)
! 	(save-restriction
! 	  (widen)
! 	  (save-excursion
! 	    (rfc822-goto-eoh)
! 	    (point)))))))
  
  (defvar mail-mode-abbrev-table) ; quiet the compiler
  


  reply	other threads:[~2002-02-12 13:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-12  5:45 mail-header-end Karl Eichwalder
2002-02-12 13:55 ` ShengHuo ZHU [this message]
2002-02-12 23:26   ` mail-header-end Karl Eichwalder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nwuxils8i.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).