Gnus development mailing list
 help / color / mirror / Atom feed
From: David Abrahams <dave@boost-consulting.com>
Subject: Re: nnimap-request-restore-buffer?
Date: Thu, 20 Feb 2003 20:17:26 -0500	[thread overview]
Message-ID: <uvfzesa8p.fsf@boost-consulting.com> (raw)
In-Reply-To: <iluvfze7joo.fsf@latte.josefsson.org> (Simon Josefsson's message of "Thu, 20 Feb 2003 21:59:03 +0100")

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

Simon Josefsson <jas@extundo.com> writes:

> David Abrahams <dave@boost-consulting.com> writes:
>
>>>> Maybe when using GNUs from CVS I need to also be using emacs from CVS?
>>>
>>> Nope.
>>
>> Well, certainly the released version (21.2.1) does NOT work.  GNUs
>> passes some extra args to functions whose signatures have changed.
>
> Can you be more specific?  Oort is supposed to work on Emacs >= 20.3
> and XEmacs >= 20.4.

The following thread details all I can remember (I don't remember
where the call originated, but I think it was message mail abbrev
expansion).

---


[-- Attachment #2.1: Type: text/plain, Size: 100 bytes --]

Subject: Topics

Topics:
   mailabbrev.el bug?
   Re: mailabbrev.el bug?
   Re: mailabbrev.el bug?


[-- Attachment #2.2: Type: text/plain, Size: 1216 bytes --]

Date: Sat, 08 Feb 2003 22:13:46 -0500
From: David Abrahams <dave@boost-consulting.com>
Subject: mailabbrev.el bug?
Message-ID: <ur8aijgd1.fsf@boost-consulting.com>
MIME-Version: 1.0


Unless define-abbrev has changed its signature since 21.2.1, I found a
bug in mailabbrev.el, which I fixed with this patch:

*** mailabbrev.el.~1.71.~	Sun Jan 12 15:48:49 2003
--- mailabbrev.el	Sat Feb  8 21:39:43 2003
***************
*** 315,321 ****
    (setq name (downcase name))
    ;; use an abbrev table instead of an alist for mail-abbrevs.
    (let ((abbrevs-changed abbrevs-changed))  ; protect this from being changed.
!     (define-abbrev mail-abbrevs name definition 'mail-abbrev-expand-hook 0 t)))
  
  
  (defun mail-resolve-all-aliases ()
--- 315,322 ----
    (setq name (downcase name))
    ;; use an abbrev table instead of an alist for mail-abbrevs.
    (let ((abbrevs-changed abbrevs-changed))  ; protect this from being changed.
!     (define-abbrev mail-abbrevs name definition 'mail-abbrev-expand-hook 0 ;t  ;; dwa -- this seems to be an extra argument that isn't recognized by define-abbrev
!       )))
  
  
  (defun mail-resolve-all-aliases ()

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


[-- Attachment #2.3: Type: text/plain, Size: 465 bytes --]

Date: Mon, 10 Feb 2003 05:35:07 -0500
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: mailabbrev.el bug?
Message-ID: <E18iBHH-0004bm-00@fencepost.gnu.org>
References: <ur8aijgd1.fsf@boost-consulting.com>
MIME-Version: 1.0

    !     (define-abbrev mail-abbrevs name definition 'mail-abbrev-expand-hook 0 t)))

That looks correct to me.  define-abbrev takes 6 args and this seems
to pass them all correctly.  Why do you think it is wrong?


[-- Attachment #2.4: Type: text/plain, Size: 846 bytes --]

Date: Mon, 10 Feb 2003 07:13:13 -0500
From: David Abrahams <dave@boost-consulting.com>
Cc: emacs-devel@gnu.org
Subject: Re: mailabbrev.el bug?
Message-ID: <uznp4jpuu.fsf@boost-consulting.com>
References: <ur8aijgd1.fsf@boost-consulting.com>
	<E18iBHH-0004bm-00@fencepost.gnu.org>
MIME-Version: 1.0

Richard Stallman <rms@gnu.org> writes:

>     !     (define-abbrev mail-abbrevs name definition 'mail-abbrev-expand-hook 0 t)))
>
> That looks correct to me.  define-abbrev takes 6 args and this seems
> to pass them all correctly.  Why do you think it is wrong?

Anly because it gave me an error when I replaced my 21.2.1 elisp/mail
folder with the CVS... I realize it's undisciplined, but you know how
GNUs users are; we always want something that's not supported in the
release ;-).

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


[-- Attachment #3: Type: text/plain, Size: 61 bytes --]


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

  reply	other threads:[~2003-02-21  1:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-20 15:32 nnimap-request-restore-buffer? David Abrahams
2003-02-20 16:43 ` nnimap-request-restore-buffer? Simon Josefsson
2003-02-20 17:35   ` nnimap-request-restore-buffer? David Abrahams
2003-02-20 20:59     ` nnimap-request-restore-buffer? Simon Josefsson
2003-02-21  1:17       ` David Abrahams [this message]
2003-02-21 12:45         ` nnimap-request-restore-buffer? Simon Josefsson
2003-02-21  8:37     ` nnimap-request-restore-buffer? Niklas Morberg
2003-02-22 18:26       ` nnimap-request-restore-buffer? David Abrahams
2003-02-21 20:46   ` nnimap-request-restore-buffer? Michael Alan Dorman

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

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

  git send-email \
    --in-reply-to=uvfzesa8p.fsf@boost-consulting.com \
    --to=dave@boost-consulting.com \
    /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.
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).