* Missing arglist for buffer-name
@ 2007-06-07 8:58 Jochen Küpper
2007-06-07 10:00 ` martin rudalics
0 siblings, 1 reply; 7+ messages in thread
From: Jochen Küpper @ 2007-06-07 8:58 UTC (permalink / raw)
To: bug-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 3187 bytes --]
C-h f buffer-name RET gives the following error message:
buffer-name is a built-in function in `C source code'.
[Missing arglist. Please make a bug report.]
Not documented.
In GNU Emacs 22.1.50 (powerpc-apple-darwin7.9.0, Carbon Version 1.6.0)
of 2007-06-05 on applecore.inf.ed.ac.uk - Aquamacs Distribution 1.0
Windowing system distributor `Apple Inc.', version 10.4.9
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-latin-1
default-enable-multibyte-characters: t
Major mode: Help
Minor modes in effect:
pmwiki-minor-mode: t
TeX-PDF-mode: t
display-time-mode: t
msb-mode: t
smart-frame-positioning-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
tooltip-mode: t
mac-input-method-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-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
transient-mark-mode: t
view-mode: t
Recent input:
g e d SPC f o r m a t SPC <down> <left> <left> <left>
<left> <left> C-SPC <down> <down> <down> <down> <down>
<down> <down> C-e <left> C-w l e t SPC ( ( ) ) <return>
<tab> s y s t e m - s h e l l SPC " i s i C-a <tab>
( C-e <left> " <right> <return> <tab> ) <up> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <right> 2 b i b t e x SPC - a SPC <right> SPC
<left> <left> <left> <left> <left> <left> <left> <left>
<left> <left> <left> <left> <left> <left> <left> <left>
<left> ( c o n c a t SPC C-e <left> i n p u t n a <backspace>
<backspace> n a m e SPC o u t p u t ) <left> <left>
<left> <left> <left> <left> <left> <left> <left> <right>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> i s
i f i l e C-e <left> <left> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> b i
b f i l e <up> <left> <left> i s i f i l e SPC . SPC
( ) <left> C-h f b u f f <tab> - n a <tab> <return>
<S-down> <S-up> <S-down> <S-up> M-: ( b u f f e r -
n a m e ) <return> C-x 1 b u f f e r - n a m e C-x
b <return> C-SPC <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> A-c A-x b u g <tab> M-x b u g - r e <tab>
<backspace> <backspace> <backspace> <tab> <tab> <backspace>
<backspace> <backspace> <backspace> r e p o <tab> <tab>
r <tab> <tab> e <tab> <return>
Recent messages:
Mark set
if: End of buffer [11 times]
if: Buffer is read-only: #<buffer *Help*>
Buffer is read-only: #<buffer *Help*>
cond: Beginning of buffer
Mark set
mouse-2, RET: find function's definition
call-interactively: Text is read-only
Making completion list... [2 times]
Loading emacsbug...done
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 186 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Missing arglist for buffer-name
2007-06-07 8:58 Missing arglist for buffer-name Jochen Küpper
@ 2007-06-07 10:00 ` martin rudalics
2007-06-07 10:11 ` Jochen Küpper
0 siblings, 1 reply; 7+ messages in thread
From: martin rudalics @ 2007-06-07 10:00 UTC (permalink / raw)
To: Jochen Küpper; +Cc: bug-gnu-emacs
> C-h f buffer-name RET gives the following error message:
>
> buffer-name is a built-in function in `C source code'.
> [Missing arglist. Please make a bug report.]
>
> Not documented.
AFAICT the bug occurs in `describe-function-1' in help-fns.el.
Could you try to edebug that function and see how the bug is
triggered (I can't reproduce it on my system).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Missing arglist for buffer-name
2007-06-07 10:00 ` martin rudalics
@ 2007-06-07 10:11 ` Jochen Küpper
2007-06-07 10:19 ` Andreas Schwab
2007-06-07 10:28 ` Nick Roberts
0 siblings, 2 replies; 7+ messages in thread
From: Jochen Küpper @ 2007-06-07 10:11 UTC (permalink / raw)
To: Emacs on Mac OS X, bug-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 665 bytes --]
> > C-h f buffer-name RET gives the following error message:
> >
> > buffer-name is a built-in function in `C source code'.
> > [Missing arglist. Please make a bug report.]
> >
> > Not documented.
Btw, this is with Aquamacs 1.0
> AFAICT the bug occurs in `describe-function-1' in help-fns.el.
> Could you try to edebug that function and see how the bug is
> triggered (I can't reproduce it on my system).
How would one do that?
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-
Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 186 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Missing arglist for buffer-name
2007-06-07 10:11 ` Jochen Küpper
@ 2007-06-07 10:19 ` Andreas Schwab
2007-06-07 10:28 ` Nick Roberts
1 sibling, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2007-06-07 10:19 UTC (permalink / raw)
To: Jochen Küpper; +Cc: Emacs on Mac OS X, bug-gnu-emacs
Jochen Küpper <jochen@fhi-berlin.mpg.de> writes:
>> AFAICT the bug occurs in `describe-function-1' in help-fns.el.
>> Could you try to edebug that function and see how the bug is
>> triggered (I can't reproduce it on my system).
>
> How would one do that?
Locate the function in the file and type C-u C-M-x while inside the text
of the function. That instruments the function for edebug. See the
manual about how to use edebug (*Note (elisp)Edebug::).
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Missing arglist for buffer-name
2007-06-07 10:11 ` Jochen Küpper
2007-06-07 10:19 ` Andreas Schwab
@ 2007-06-07 10:28 ` Nick Roberts
2007-06-08 16:44 ` Jochen Küpper
1 sibling, 1 reply; 7+ messages in thread
From: Nick Roberts @ 2007-06-07 10:28 UTC (permalink / raw)
To: Jochen Küpper; +Cc: bug-gnu-emacs
Jochen Küpper writes:
> > > C-h f buffer-name RET gives the following error message:
> > >
> > > buffer-name is a built-in function in `C source code'.
> > > [Missing arglist. Please make a bug report.]
> > >
> > > Not documented.
>
> Btw, this is with Aquamacs 1.0
>
> > AFAICT the bug occurs in `describe-function-1' in help-fns.el.
> > Could you try to edebug that function and see how the bug is
> > triggered (I can't reproduce it on my system).
>
> How would one do that?
This is specific to Aquamacs. I think you need to report it there (which now
seems to be aquamacs-bugs@aquamacs.org).
--
Nick http://www.inet.net.nz/~nickrob
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Missing arglist for buffer-name
2007-06-07 10:28 ` Nick Roberts
@ 2007-06-08 16:44 ` Jochen Küpper
0 siblings, 0 replies; 7+ messages in thread
From: Jochen Küpper @ 2007-06-08 16:44 UTC (permalink / raw)
To: bug-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 732 bytes --]
On 07.06.2007, at 12:28, Nick Roberts wrote:
>>>> C-h f buffer-name RET gives the following error message:
>>>>
>>>> buffer-name is a built-in function in `C source code'.
>>>> [Missing arglist. Please make a bug report.]
>>>>
>>>> Not documented.
>>
>> Btw, this is with Aquamacs 1.0
>
> This is specific to Aquamacs. I think you need to report it there
> (which now
> seems to be aquamacs-bugs@aquamacs.org).
This is true; it is fixed in Aquamacs 1.0a.
Thank you for your consideration!
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-
Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 186 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Missing arglist for buffer-name
@ 2007-06-07 10:11 Jochen Küpper
0 siblings, 0 replies; 7+ messages in thread
From: Jochen Küpper @ 2007-06-07 10:11 UTC (permalink / raw)
To: Emacs on Mac OS X, bug-gnu-emacs
> > C-h f buffer-name RET gives the following error message:
> >
> > buffer-name is a built-in function in `C source code'.
> > [Missing arglist. Please make a bug report.]
> >
> > Not documented.
Btw, this is with Aquamacs 1.0
> AFAICT the bug occurs in `describe-function-1' in help-fns.el.
> Could you try to edebug that function and see how the bug is
> triggered (I can't reproduce it on my system).
How would one do that?
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-
Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
---------------------------- Info -----------------------------
List Post: <mailto:macosx-emacs@email.esm.psu.edu>
List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-06-08 16:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-07 8:58 Missing arglist for buffer-name Jochen Küpper
2007-06-07 10:00 ` martin rudalics
2007-06-07 10:11 ` Jochen Küpper
2007-06-07 10:19 ` Andreas Schwab
2007-06-07 10:28 ` Nick Roberts
2007-06-08 16:44 ` Jochen Küpper
-- strict thread matches above, loose matches on Subject: below --
2007-06-07 10:11 Jochen Küpper
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).