emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Emacs 21.2.92 - Bizarreness in `C-h f']


From: Richard Stallman
Subject: address@hidden: Emacs 21.2.92 - Bizarreness in `C-h f']
Date: Sat, 16 Nov 2002 09:52:59 -0500

This is probably caused by the fact that parse-time.el contains
(defvar elt).  In other words, there is confusion between the file
that defines the function and the file that defines the variable.

I will fix it by renaming the variable used in parse-time.el,
which I think is an improvement anyway.  But the bug in recording
definitions is more general than this and would be good to fix.

Would someone like to work on it?

------- Start of forwarded message -------
Envelope-to: address@hidden
Delivery-date: Fri, 15 Nov 2002 14:03:04 -0500
Sender: address@hidden
To: Richard Stallman <address@hidden>
Subject: Emacs 21.2.92 - Bizarreness in `C-h f'
From: address@hidden (=?iso-8859-1?q?Fran=E7ois?= Pinard)
Date: 15 Nov 2002 14:08:03 -0500
X-Virus-Scanned: by AMaViS 0.3.12pre5
X-Spam-Status: No, hits=-2.6 required=5.0
        tests=SIGNATURE_LONG_SPARSE,SPAM_PHRASE_00_01,USER_AGENT
        version=2.41
X-Spam-Level: 

- --=-=-=

Hello, Richard.  The following report still applies for Emacs 21.2.92.


- --=-=-=
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

X-From-Line: address@hidden  Wed Sep  5 21:29:10 2001
Return-Path: <address@hidden>
Delivered-To: address@hidden
Received: by carouge.sram.qc.ca (Postfix, from userid 405)
        id 4C53631062; Wed,  5 Sep 2001 21:29:10 -0400 (EDT)
Sender: address@hidden
To: Gerd =?iso-8859-1?q?M=F6llmann?= <address@hidden>
Subject: Emacs 21.0.105 - Bizarreness in `C-h f'
X-Face: "b_m|CE6#'Q8fliQrwHl9K,]PA_o'*S~Dva{~b1n*)K*A(BIwQW.:LY?t4~xhYka_.LV?Qq
 
`}X|71X0ea&H]9Dsk!`kxBXlG;q$mLfv_vtaHK_rHFKu]4'<address@hidden"address@hidden<Ok5/cC^=
 CxDhg=TJi^o[E
From: address@hidden (=?iso-8859-1?q?Fran=E7ois?= Pinard)
Date: 05 Sep 2001 21:29:10 -0400
Message-ID: <address@hidden>
Lines: 30
Xref: carouge.sram.qc.ca mail.classer:38177
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello, Gerd.  Still using Emacs 21.0.105...

If I do `C-h f elt RET' in a bare Emacs session, I get:

- ---------------------------------------------------------------------->
elt is a built-in function.
(elt SEQUENCE N)

Return element of SEQUENCE at index N.
- ----------------------------------------------------------------------<

If now, I do `M-x load-library RET parse-time RET', and retry `C-h f':

- ---------------------------------------------------------------------->
elt is a built-in function in `parse-time'.
(elt SEQUENCE N)

Return element of SEQUENCE at index N.
- ----------------------------------------------------------------------<

In that `*Help*' window, `TAB RET' yields:

- ---------------------------------------------------------------------->
Cannot find definition of `elt' in library `parse-time'
- ----------------------------------------------------------------------<

I'm tempted to think that some of the later replies are not normal.

- -- 
François Pinard   http://www.iro.umontreal.ca/~pinard

- --=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit



- -- 
François Pinard   http://www.iro.umontreal.ca/~pinard

- --=-=-=--
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]