unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: rmail-resend and mailabbrev
Date: Sat, 23 Mar 2002 09:14:11 -0700 (MST)	[thread overview]
Message-ID: <200203231614.g2NGEBH02217@aztec.santafe.edu> (raw)
In-Reply-To: <E16oNBQ-0000gM-00@pot.cnuce.cnr.it> (message from Francesco Potorti` on Fri, 22 Mar 2002 12:26:08 +0100)

Thanks for reporting the bug.  The correct fix is 

*** rmail.el.~1.356.~	Thu Mar 21 04:09:03 2002
--- rmail.el	Fri Mar 22 22:21:53 2002
***************
*** 3348,3353 ****
--- 3348,3355 ----
  		    (if (and (not (vectorp mail-abbrevs))
  			     (file-exists-p mail-personal-alias-file))
  			(build-mail-abbrevs))
+ 		    (unless mail-abbrev-syntax-table
+ 		      (mail-abbrev-make-syntax-table))
  		    (set-syntax-table mail-abbrev-syntax-table)
  		    (goto-char before)
  		    (while (and (< (point) end)

together with a change I will install in mailabbrev.el.

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


      reply	other threads:[~2002-03-23 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-22 11:26 rmail-resend and mailabbrev Francesco Potorti`
2002-03-23 16:14 ` Richard Stallman [this message]

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=200203231614.g2NGEBH02217@aztec.santafe.edu \
    --to=rms@gnu.org \
    --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).