* bug#1457: 23.0.60; C-h f timer-create
@ 2008-11-29 20:33 Stephen Berman
2008-11-30 1:33 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2008-11-29 20:33 UTC (permalink / raw)
To: emacs-pretest-bug
1. emacs -Q
2. C-h f timer-create
==>
timer-create is a compiled Lisp function in `timer.el'.
(timer-create)
Not documented.
3. Click on the link `timer.el'
==> Message "Unable to find location in file" and timer.el is visited
with point at BOF.
There is indeed no defun of timer-create in timer.el: it is defined in
the :constructor slot in the defstruct `timer'.
In GNU Emacs 23.0.60.17 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
of 2008-11-29 on escher
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#1457: 23.0.60; C-h f timer-create
2008-11-29 20:33 bug#1457: 23.0.60; C-h f timer-create Stephen Berman
@ 2008-11-30 1:33 ` Glenn Morris
2008-11-30 1:55 ` Lennart Borgman
0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2008-11-30 1:33 UTC (permalink / raw)
To: Stephen Berman; +Cc: 1457
Stephen Berman wrote:
> 3. Click on the link `timer.el'
> ==> Message "Unable to find location in file" and timer.el is visited
> with point at BOF.
>
> There is indeed no defun of timer-create in timer.el: it is defined in
> the :constructor slot in the defstruct `timer'.
I don't think this (finding functions defined via defstruct) has ever
worked; so I'd say this is a wishlist item.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#1457: 23.0.60; C-h f timer-create
2008-11-30 1:33 ` Glenn Morris
@ 2008-11-30 1:55 ` Lennart Borgman
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2008-11-30 1:55 UTC (permalink / raw)
To: Glenn Morris, 1457; +Cc: Stephen Berman
On Sun, Nov 30, 2008 at 2:33 AM, Glenn Morris <rgm@gnu.org> wrote:
> Stephen Berman wrote:
>
>> 3. Click on the link `timer.el'
>> ==> Message "Unable to find location in file" and timer.el is visited
>> with point at BOF.
>>
>> There is indeed no defun of timer-create in timer.el: it is defined in
>> the :constructor slot in the defstruct `timer'.
>
> I don't think this (finding functions defined via defstruct) has ever
> worked; so I'd say this is a wishlist item.
I do have some code for finding defstruct definitions.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-11-30 1:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-29 20:33 bug#1457: 23.0.60; C-h f timer-create Stephen Berman
2008-11-30 1:33 ` Glenn Morris
2008-11-30 1:55 ` Lennart Borgman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.