GNU bug report logs -
#2054
Acquamacs v 1.6 C-h f subseq reports function not found
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2054 in the body.
You can then email your comments to 2054 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2054
; Package
emacs
.
(Sun, 25 Jan 2009 19:10:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"William R. Deever" <wrdeever <at> sbcglobal.net>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 25 Jan 2009 19:10:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
1) Updated Acquamacs from v 1.5 to 1.6 01/24/09 in PM in response to
the notice on launch that a new version was available--I used the
control key seq in the notification. My extensions had been working in
1.5 for some time.
2) Launched Acquamacs today (01/25/09) and immediately obtained the
message:
An error has occurred while loading `/Users/deever/.emacs':
Symbol's function definition is void: subseq
3) C-h f subseq showed that the function is indeed unknown to emacs
4) Commented out call to my extensions in the custom init file,
relaunched, and again tried C-h f subseq with same results.
Emacs remained up and functioning (more or less -- see next comment in
parens) during the error and I was able to continue to edit normally.
(This is my second attempt to send this bug report. The first, after
4), failed, and I had to relaunch to perform this attempt.)
In GNU Emacs 22.3.2 (i386-apple-darwin9.5.0, Carbon Version 1.6.0)
of 2009-01-11 on plume.sr.unh.edu - Aquamacs Distribution 1.6
Windowing system distributor `Apple Inc.', version 10.5.4
configured using `configure '--without-x' '--prefix=/usr/local''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
locale-coding-system: iso-8859-1
default-enable-multibyte-characters: t
Major mode: Text
Minor modes in effect:
global-hl-line-mode: t
savehist-mode: t
smart-frame-positioning-mode: t
aquamacs-autoface-mode: t
global-visual-line-mode: t
visual-line-mode: t
recentf-mode: t
encoded-kbd-mode: t
osx-key-mode: t
show-paren-mode: t
delete-selection-mode: t
pc-selection-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
Recent input:
C-h f s u b s e q <return> ESC x <help-echo> r e p
o r t - e m SPC b u g <return>
Recent messages:
Loading /Users/deever/Library/Preferences/Aquamacs Emacs/
Preferences.el (source)...done
Warning: You have turned off `cua-mode' in your customizations
or init file. Without this mode, Aquamacs will behave in an
un-Mac-like way when you select text and copy&paste it.
Loading /Users/deever/Library/Preferences/Aquamacs Emacs/frame-
positions.el (source)...done
Truncate long lines disabled
Mark set
Aquamacs is based on GNU Emacs 22, a part of the GNU/Linux system. It
is Free Software: you can improve and redistribute it under the GNU
General Public License, version 3 or later. Copyright (C) 2008 Free
Software Foundation, Inc. (C) 2008 D. Reitter. No Warranty.
Quit
Loading emacsbug...done
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Mon, 26 Jan 2009 02:40:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
"William R. Deever" <wrdeever <at> sbcglobal.net>
:
bug acknowledged by developer.
(Mon, 26 Jan 2009 02:40:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 2054-done <at> emacsbugs.donarmstrong.com (full text, mbox):
"William R. Deever" wrote:
> An error has occurred while loading `/Users/deever/.emacs':
>
> Symbol's function definition is void: subseq
>
> 3) C-h f subseq showed that the function is indeed unknown to emacs
Something in your startup files is attempting to use the CL package
(which defines subseq) without requiring it. This is a problem with
your startup files, not with Emacs. (Also I believe Aquamacs has its
own bug list.)
bug reassigned from package `emacs' to `notemacs'.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 26 Jan 2009 02:55:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, owner <at> emacsbugs.donarmstrong.com
:
bug#2054
; Package
notemacs
.
(Mon, 26 Jan 2009 04:40:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Reitter <david.reitter <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
owner <at> emacsbugs.donarmstrong.com
.
(Mon, 26 Jan 2009 04:40:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 2054 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi William,
I get:
"subseq is an autoloaded Lisp function in `cl-extra'."
that means, it is defined in `cl-extra'.
Does (require 'cl) at the top of your .emacs help?
This function is no longer available in standard Aquamacs.
Regarding the bug report? Did you use the Help menu function? That
should always work.
Presumably you used M-x report-emacs-bug.
Best
- David
On 25 Jan 2009, at 14:15, William R. Deever wrote:
> 1) Updated Acquamacs from v 1.5 to 1.6 01/24/09 in PM in response to
> the notice on launch that a new version was available--I used the
> control key seq in the notification. My extensions had been working
> in 1.5 for some time.
>
> 2) Launched Acquamacs today (01/25/09) and immediately obtained the
> message:
>
> An error has occurred while loading `/Users/deever/.emacs':
>
> Symbol's function definition is void: subseq
>
> 3) C-h f subseq showed that the function is indeed unknown to emacs
>
> 4) Commented out call to my extensions in the custom init file,
> relaunched, and again tried C-h f subseq with same results.
>
> Emacs remained up and functioning (more or less -- see next comment
> in parens) during the error and I was able to continue to edit
> normally.
>
> (This is my second attempt to send this bug report. The first, after
> 4), failed, and I had to relaunch to perform this attempt.)
>
>
> In GNU Emacs 22.3.2 (i386-apple-darwin9.5.0, Carbon Version 1.6.0)
> of 2009-01-11 on plume.sr.unh.edu - Aquamacs Distribution 1.6
> Windowing system distributor `Apple Inc.', version 10.5.4
> configured using `configure '--without-x' '--prefix=/usr/local''
>
> Important settings:
> value of $LC_ALL: nil
> value of $LC_COLLATE: nil
> value of $LC_CTYPE: nil
> value of $LC_MESSAGES: nil
> value of $LC_MONETARY: nil
> value of $LC_NUMERIC: nil
> value of $LC_TIME: nil
> value of $LANG: nil
> locale-coding-system: iso-8859-1
> default-enable-multibyte-characters: t
>
> Major mode: Text
>
> Minor modes in effect:
> global-hl-line-mode: t
> savehist-mode: t
> smart-frame-positioning-mode: t
> aquamacs-autoface-mode: t
> global-visual-line-mode: t
> visual-line-mode: t
> recentf-mode: t
> encoded-kbd-mode: t
> osx-key-mode: t
> show-paren-mode: t
> delete-selection-mode: t
> pc-selection-mode: t
> tool-bar-mode: t
> mouse-wheel-mode: t
> menu-bar-mode: t
> file-name-shadow-mode: t
> global-font-lock-mode: t
> font-lock-mode: t
> blink-cursor-mode: t
> unify-8859-on-encoding-mode: t
> utf-translate-cjk-mode: t
> auto-compression-mode: t
> column-number-mode: t
> line-number-mode: t
>
> Recent input:
> C-h f s u b s e q <return> ESC x <help-echo> r e p
> o r t - e m SPC b u g <return>
>
> Recent messages:
> Loading /Users/deever/Library/Preferences/Aquamacs Emacs/
> Preferences.el (source)...done
> Warning: You have turned off `cua-mode' in your customizations
> or init file. Without this mode, Aquamacs will behave in an
> un-Mac-like way when you select text and copy&paste it.
> Loading /Users/deever/Library/Preferences/Aquamacs Emacs/frame-
> positions.el (source)...done
> Truncate long lines disabled
> Mark set
> Aquamacs is based on GNU Emacs 22, a part of the GNU/Linux system.
> It is Free Software: you can improve and redistribute it under the
> GNU General Public License, version 3 or later. Copyright (C) 2008
> Free Software Foundation, Inc. (C) 2008 D. Reitter. No Warranty.
> Quit
> Loading emacsbug...done
>
>
>
>
>
[smime.p7s (application/pkcs7-signature, attachment)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Mon, 23 Feb 2009 15:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.