unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: bugs@gnus.org, emacs-devel@gnu.org
Subject: Re: bug on ognus 0.05 and emacs 21.2.50.1
Date: Wed, 3 Apr 2002 15:49:12 -0700 (MST)	[thread overview]
Message-ID: <200204032249.g33MnCh12043@aztec.santafe.edu> (raw)
In-Reply-To: <2n3cyd4yak.fsf@zsh.cs.rochester.edu> (message from ShengHuo ZHU on Tue, 02 Apr 2002 15:53:55 -0500)

    I think, calling mail-abbrev-make-syntax-table in the very beginning
    of mail-abbrev-complete-alias fixes the problem.

Ok, I did that.  Thanks.  John, does this fix work?

Index: mailabbrev.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/mailabbrev.el,v
retrieving revision 1.65
retrieving revision 1.66
diff -c -c -r1.65 -r1.66
*** mailabbrev.el	23 Mar 2002 16:09:59 -0000	1.65
--- mailabbrev.el	3 Apr 2002 15:33:06 -0000	1.66
***************
*** 548,553 ****
--- 548,554 ----
    "Perform completion on alias preceding point."
    ;; Based on lisp.el:lisp-complete-symbol
    (interactive)
+   (mail-abbrev-make-syntax-table)
    (let* ((end (point))
  	 (syntax-table (syntax-table))
  	 (beg (unwind-protect

  reply	other threads:[~2002-04-03 22:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-01 21:14 bug on ognus 0.05 and emacs 21.2.50.1 John Covici
2002-04-02 18:26 ` Richard Stallman
2002-04-02 20:30   ` John Covici
2002-04-02 20:53   ` ShengHuo ZHU
2002-04-03 22:49     ` Richard Stallman [this message]
2002-04-06  5:54       ` John Covici
2002-04-06  7:55         ` Eli Zaretskii
2002-04-06 22:30         ` Richard Stallman
2002-04-07  0:30           ` John Covici

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=200204032249.g33MnCh12043@aztec.santafe.edu \
    --to=rms@gnu.org \
    --cc=bugs@gnus.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).