From: OFFICE ZERO <hi-oh230@air.ocn.ne.jp>
To: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>,
<587@emacsbugs.donarmstrong.com>
Subject: bug#587: 23.0.60; To source or not to source (from help)
Date: Sat, 9 Aug 2008 10:02:58 +0900 [thread overview]
Message-ID: <008301c8f9bb$a9ead840$0100a8c0@yourhigxg9gyo4> (raw)
In-Reply-To: 489C39F0.50805@gmail.com
配信不要
----- Original Message -----
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: "martin rudalics" <rudalics@gmx.at>
Cc: "Bug-Gnu-Emacs" <bug-gnu-emacs@gnu.org>;
<587@emacsbugs.donarmstrong.com>
Sent: Friday, August 08, 2008 9:20 PM
Subject: bug#587: 23.0.60; To source or not to source (from help)
> martin rudalics wrote:
>> > I use the normal
>> >
>> > make install INSTALL_DIR=...
>>
>> I never use that. Are the ".el" files copied as well in that case?
>>
>> >> In this case the following might
>> >> happen: As for C-h f `describe-function-1' will execute
>> >>
>> >> ;; See if lisp files are present where they where installed
>> from.
>> >> (if (not (eq file-name 'C-source))
>> >> (setq file-name (find-source-lisp-file file-name)))
>> >>
>> >> which sets `file-name' to the ".el" file from the checkout directory
>> >> (because you did compile it there) and installs the corresponding
>> >> reference in the hyperlink.
>> >>
>> >> As for C-h v `describe-variable' does _not_ care whether you compiled
>> in
>> >> another directory and simply goes to the file supplied by
>> `symbol-file'.
>> >> You could try inserting the snipped above in `describe-variable'
>> >> immediately before the line
>> >>
>> >> (if file-name
>> >>
>> >> and see whether it now jumps to the checkout directory instead.
>> >
>> >
>> > Yes, I guess that is correct.
>>
>> Did you verify it?
>
> I did not look at the details again since I did not have time to fix this.
> I notice that C-h v takes me to the Emacs install tree I am using and C-h
> f takes me to the CVS checkout tree where I compiled Emacs.
>
>> >> Personally, I'd prefer something like the following in both cases:
>> >>
>> >> (unless (or (eq file-name 'C-source)
>> >> (file-exists-p file-name))
>> >> (setq file-name (find-source-lisp-file file-name)))
>> >
>> > Thanks martin. I think a variable (or an option) for which elisp to go
>> > to would be the best. Is there any reason not to have that?
>>
>> We'd have to do something similar for definitions in the C-sources too.
>> Do I suppose correctly that the C-sources are not copied automatically
>> when you explicitly specify the install directory? I'm too lazy to look
>> into this ...
>
> I have seen no problems with the C sources. I always get to the CVS
> checkout tree from C-h v,f.
>
> I did not even know they could be copied when you do make install. How do
> you do that?
>
>
>
>
next prev parent reply other threads:[~2008-08-09 1:02 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-08 9:52 bug#671: 23.0.60; To source or not to source (from help) martin rudalics
2008-08-08 11:09 ` bug#587: " Lennart Borgman (gmail)
2008-08-08 12:03 ` martin rudalics
2008-08-08 12:20 ` Lennart Borgman (gmail)
2008-08-09 1:02 ` bug#674: " OFFICE ZERO
[not found] ` <handler.674.B674.121824629829764.ackinfo@emacsbugs.donarmstrong.com>
2008-08-09 3:04 ` bug#674: Info received (bug#674: 23.0.60; To source or not to source (from help)) OFFICE ZERO
2008-08-09 1:02 ` OFFICE ZERO [this message]
2008-08-09 12:37 ` bug#587: 23.0.60; To source or not to source (from help) martin rudalics
2008-08-09 12:44 ` Lennart Borgman (gmail)
2008-08-09 12:58 ` martin rudalics
2008-08-09 13:02 ` Lennart Borgman (gmail)
2008-08-09 13:52 ` OFFICE ZERO
[not found] ` <handler.587.B587.121828992525830.ackinfo@emacsbugs.donarmstrong.com>
2008-08-09 14:28 ` bug#587: Info received (bug#587: 23.0.60; To source or not to source (from help)) OFFICE ZERO
2008-08-09 13:16 ` bug#587: 23.0.60; To source or not to source (from help) OFFICE ZERO
[not found] ` <handler.587.B587.121828781715147.ackinfo@emacsbugs.donarmstrong.com>
2008-08-09 13:51 ` bug#587: Info received (bug#587: 23.0.60; To source or not to source (from help)) OFFICE ZERO
[not found] ` <handler.587.B587.121828987325755.ackinfo@emacsbugs.donarmstrong.com>
2008-08-09 14:27 ` bug#587: Info received (bug#587: Info received (bug#587: 23.0.60; To source or not to source (from help))) OFFICE ZERO
2008-08-09 14:14 ` bug#587: 23.0.60; To source or not to source (from help) OFFICE ZERO
2008-08-09 13:17 ` OFFICE ZERO
[not found] ` <handler.587.B587.121828782615157.ackinfo@emacsbugs.donarmstrong.com>
2008-08-09 13:51 ` bug#587: Info received (bug#587: 23.0.60; To source or not to source (from help)) OFFICE ZERO
[not found] ` <handler.587.B587.121828986725748.ackinfo@emacsbugs.donarmstrong.com>
2008-08-09 14:27 ` bug#587: Info received (bug#587: Info received (bug#587: 23.0.60; To source or not to source (from help))) OFFICE ZERO
2008-08-09 13:17 ` bug#587: 23.0.60; To source or not to source (from help) OFFICE ZERO
2008-08-09 1:02 ` bug#673: " OFFICE ZERO
2008-08-09 14:12 ` bug#587: " OFFICE ZERO
2008-08-09 14:12 ` bug#673: " OFFICE ZERO
2008-08-09 1:03 ` bug#672: " OFFICE ZERO
2008-08-09 14:12 ` OFFICE ZERO
2008-08-08 18:43 ` bug#671: " Stefan Monnier
-- strict thread matches above, loose matches on Subject: below --
2008-08-12 19:10 bug#587: " Chong Yidong
2008-07-21 15:32 Lennart Borgman (gmail)
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='008301c8f9bb$a9ead840$0100a8c0@yourhigxg9gyo4' \
--to=hi-oh230@air.ocn.ne.jp \
--cc=587@emacsbugs.donarmstrong.com \
--cc=lennart.borgman@gmail.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.
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).