unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: mailabbrev.el, mailalias.el and related package.
Date: Fri, 15 Feb 2002 21:53:35 -0600 (CST)	[thread overview]
Message-ID: <200202160353.VAA29080@eel.dms.auburn.edu> (raw)
In-Reply-To: <200202151036.g1FAaMU07264@santafe.santafe.edu> (message from Richard Stallman on Fri, 15 Feb 2002 03:36:22 -0700 (MST))

Richard Stallman wrote:

      Can you tell me which of the recent bugs (if any) your package
      does NOT fix?  And can you fix them?

Unfortunately, until recently I did not know about the fact that bug
reports did not only get posted on gnu.emacs.bug, but also on the
emacs-devel@gnu.org mailing list.  I just subscribed this evening.
Gerd did not ask me to watch either this site or gnu.emacs.bug.  (He
did tell me to contact this site when I contacted him more recently.)
Hence, I did not even watch the site I did know about too carefully.  I
just assumed Gerd would contact me if anybody reported problems on the
things I was working on.  I did not know that Gerd was no longer at
the FSF.

As mentioned, my package does fix the problems in the report I
included in my original message.

I will mail you a report on the bug report you forwarded me shortly.

In as far as the one other one I noticed while wading through the
February archives:

       I am thinking that it is wasteful to load sendmail.el
       if the user is using message.el instead.

This is exactly the main thing I still need to worry about.  My package
is essentially ready in as far as RMAIL is concerned, which is the
mailer I use, but I still need to worry how it affects message mode.
My package presently loads sendmail, but that could change.
I will have to take a look at message.el.  I have not yet done so.

Was your message below the final word on the subject?

(require 'mailabbrev) 

Richard Stallman rms@gnu.org 
Sat, 9 Feb 2002 22:18:35 -0700 (MST) 

It would be wasteful to load a substantial file just to use 5 lines of
code.  Does this patch fix it?

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

I do not, at present, know about any other bug reports posted about
mailabbrev.el on this site.  I could try to wade some more through the
archives.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-16  3:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-14  4:40 mailabbrev.el, mailalias.el and related package Luc Teirlinck
2002-02-15 10:36 ` Richard Stallman
2002-02-16  3:53   ` Luc Teirlinck [this message]
2002-02-17 16:48     ` Richard Stallman
2002-02-16  4:47   ` Luc Teirlinck
2002-02-16  5:36     ` Karl Eichwalder
2002-02-16 16:10       ` Luc Teirlinck
2002-02-16 19:04         ` Karl Eichwalder
2002-02-16 20:18           ` Luc Teirlinck
2002-02-17 16:48     ` Richard Stallman
2002-02-17 19:13       ` Luc Teirlinck
2002-02-17  2:32   ` Luc Teirlinck
2002-02-17  5:25   ` Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14  5:19 Luc Teirlinck
2002-02-14 21:13 Luc Teirlinck

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200202160353.VAA29080@eel.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).