Gnus development mailing list
 help / color / mirror / Atom feed
* mail-header-end
@ 2002-02-12  5:45 Karl Eichwalder
  2002-02-12 13:55 ` mail-header-end ShengHuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Eichwalder @ 2002-02-12  5:45 UTC (permalink / raw)


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?

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



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

* Re: mail-header-end
  2002-02-12  5:45 mail-header-end Karl Eichwalder
@ 2002-02-12 13:55 ` ShengHuo ZHU
  2002-02-12 23:26   ` mail-header-end Karl Eichwalder
  0 siblings, 1 reply; 3+ messages in thread
From: ShengHuo ZHU @ 2002-02-12 13:55 UTC (permalink / raw)


[-- 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
  


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

* Re: mail-header-end
  2002-02-12 13:55 ` mail-header-end ShengHuo ZHU
@ 2002-02-12 23:26   ` Karl Eichwalder
  0 siblings, 0 replies; 3+ messages in thread
From: Karl Eichwalder @ 2002-02-12 23:26 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> 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?

Yes, this fixes the problem (I'll report it to RMS, too).

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



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

end of thread, other threads:[~2002-02-12 23:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-12  5:45 mail-header-end Karl Eichwalder
2002-02-12 13:55 ` mail-header-end ShengHuo ZHU
2002-02-12 23:26   ` mail-header-end Karl Eichwalder

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