Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus 0.13] bug: mail-position-on-field
@ 1995-11-18 20:09 Michael Cook
  0 siblings, 0 replies; only message in thread
From: Michael Cook @ 1995-11-18 20:09 UTC (permalink / raw)


In `gnus-msg.el', the fun `gnus-inews-insert-bfcc' invokes
`gnus-inews-narrow-to-headers' and then tries to invoke
`mail-position-on-field' which searches for the `--text follows this line--'
marker that follows the headers.  Because the buffer has been narrowed, the
search fails and an error signal is thrown.

I modified `gnus-inews-insert-bfcc' like this:

(defun gnus-inews-insert-bfcc ()
  "Insert Bcc and Fcc headers."
  (save-excursion
    (save-restriction
      ;(gnus-inews-narrow-to-headers)  ;<---- commented out this line

and the problem went away.

Michael.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-18 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-18 20:09 [sgnus 0.13] bug: mail-position-on-field Michael Cook

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