unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: ofv@wanadoo.es
Cc: 36828@debbugs.gnu.org, stepnem@gmail.com
Subject: bug#36828: 27.0.50; Uninstalled emacs shows installed documentation
Date: Wed, 07 Aug 2019 17:25:57 +0300	[thread overview]
Message-ID: <83wofpaw7e.fsf@gnu.org> (raw)
In-Reply-To: <83wofzimq8.fsf@gnu.org> (message from Eli Zaretskii on Tue, 30 Jul 2019 18:08:31 +0300)

Ping!  Could we please make some progress in this matter?  Can you
please answer my questions below?  TIA

> Date: Tue, 30 Jul 2019 18:08:31 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 36828@debbugs.gnu.org, stepnem@gmail.com
> 
> > From: Óscar Fuentes <ofv@wanadoo.es>
> > Cc: stepnem@gmail.com,  36828@debbugs.gnu.org
> > Date: Mon, 29 Jul 2019 23:09:09 +0200
> > 
> > >> M-x describe-function shows the docstrings of the Emacs I'm executing,
> > >
> > > How do you know?  What is the value of doc-directory?
> > 
> > /home/oscar/dev/emacs/stable/build/etc/
> > 
> > The installed version is in /usr/local.
> 
> Hmm... then this is not the use case I had in mind, and some other
> factor is at work here.  Your use case is supposed to be handled by
> this fragment from init_callproc:
> 
>   if (data_dir == 0)
>     {
>       Lisp_Object tem, tem1, srcdir;
>       Lisp_Object lispdir = Fcar (decode_env_path (0, PATH_DUMPLOADSEARCH, 0));
> 
>       srcdir = Fexpand_file_name (build_string ("../src/"), lispdir);
> 
>       tem = Fexpand_file_name (build_string ("NEWS"), Vdata_directory);
>       tem1 = Ffile_exists_p (tem);
>       if (!NILP (Fequal (srcdir, Vinvocation_directory)) || NILP (tem1))
> 	{
> 	  Lisp_Object newdir;
> 	  newdir = Fexpand_file_name (build_string ("../etc/"), lispdir);
> 	  tem = Fexpand_file_name (build_string ("NEWS"), newdir);
> 	  tem1 = Ffile_exists_p (tem);
> 	  if (!NILP (tem1))
> 	    Vdata_directory = newdir;
> 	}
>     }
> 
> So somehow the call to Fequal returns nil in your case, when it
> shouldn't.  Please step with a debugger into this code and see why it
> fails to detect that you are invoking Emacs from the source directory.
> My crystal ball says some symlinks are involved.
> 
> > A quick look at info.el hints that data-directory is also used for
> > locating the info file.
> 
> Only for the NS build.
> 
> > The change would amount to determine if we are running from an
> > uninstalled build and, if positive, set data-directory et al. to the
> > values they would have if no installed instance existed.
> 
> That's the code above, but it somehow isn't working in your case.





  reply	other threads:[~2019-08-07 14:25 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28 15:07 bug#36828: 27.0.50; Uninstalled emacs shows installed documentation Óscar Fuentes
2019-07-28 15:30 ` Eli Zaretskii
2019-07-28 15:56   ` Óscar Fuentes
2019-07-28 16:50     ` Eli Zaretskii
2019-07-29  0:36       ` Óscar Fuentes
2019-07-29 12:13         ` Štěpán Němec
2019-07-29 14:25           ` Óscar Fuentes
2019-07-29 14:41             ` Štěpán Němec
2019-07-29 14:38           ` Eli Zaretskii
2019-07-29 14:47             ` Štěpán Němec
2019-07-29 15:11               ` Eli Zaretskii
2019-07-29 15:20                 ` Eli Zaretskii
2019-07-29 16:08                 ` Štěpán Němec
2019-07-29 16:57                   ` Eli Zaretskii
2019-07-29 17:44                     ` Štěpán Němec
2019-07-29 18:13                       ` Eli Zaretskii
2019-07-29 18:33                         ` Štěpán Němec
2019-07-29 18:48                           ` Eli Zaretskii
2019-07-29 19:20                             ` Štěpán Němec
2019-07-29 19:31                               ` Eli Zaretskii
2019-07-29 18:42                         ` Óscar Fuentes
2019-07-29 19:26                           ` Eli Zaretskii
2019-07-29 21:09                             ` Óscar Fuentes
2019-07-30 15:08                               ` Eli Zaretskii
2019-08-07 14:25                                 ` Eli Zaretskii [this message]
2019-08-07 15:00                                   ` Óscar Fuentes
2019-08-07 15:03                                     ` Eli Zaretskii
2019-10-26  3:16                                 ` Óscar Fuentes
2019-10-26  8:51                                   ` Eli Zaretskii
2019-10-26 11:55                                     ` Óscar Fuentes
2019-10-26 12:29                                       ` Eli Zaretskii
2019-10-26 13:27                                         ` Óscar Fuentes
2019-10-26 13:45                                           ` Eli Zaretskii
2019-10-26 20:05                                             ` Óscar Fuentes
2019-10-26 20:21                                               ` Eli Zaretskii
2019-10-26 20:40                                                 ` Óscar Fuentes
2019-10-27  5:13                                                   ` Eli Zaretskii
2019-10-27 23:50                                                     ` Óscar Fuentes
2019-10-28 15:58                                                       ` Eli Zaretskii
2019-10-28 19:40                                                         ` Óscar Fuentes
2019-10-28 20:03                                                           ` Eli Zaretskii
2019-10-28 20:21                                                             ` Óscar Fuentes
2019-10-28 20:38                                                               ` Eli Zaretskii
2019-10-28 21:45                                                                 ` Óscar Fuentes
2019-10-29 11:56                                                                   ` Eli Zaretskii
2019-11-02 17:08                                                                     ` Óscar Fuentes
2019-10-29  3:09                                                         ` Richard Stallman
2019-10-26  3:33                                 ` Óscar Fuentes

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=83wofpaw7e.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=36828@debbugs.gnu.org \
    --cc=ofv@wanadoo.es \
    --cc=stepnem@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).