unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Štěpán Němec" <stepnem@gmail.com>
Cc: 36828@debbugs.gnu.org, ofv@wanadoo.es
Subject: bug#36828: 27.0.50; Uninstalled emacs shows installed documentation
Date: Mon, 29 Jul 2019 21:13:34 +0300	[thread overview]
Message-ID: <83ftmok8tt.fsf@gnu.org> (raw)
In-Reply-To: <87wog0pwg6.fsf@gmail.com> (message from Štěpán Němec on Mon, 29 Jul 2019 19:44:25 +0200)

> From: Štěpán Němec <stepnem@gmail.com>
> Cc: 36828@debbugs.gnu.org,  ofv@wanadoo.es
> Date: Mon, 29 Jul 2019 19:44:25 +0200
> 
> On Mon, 29 Jul 2019 19:57:55 +0300
> Eli Zaretskii wrote:
> 
> > Once again, we are talking about the situation where there's both an
> > installed NEWS file and an uninstalled one for the same Emacs
> > version.  The situation where there's just one of them works exactly
> > as you want.  Right?
> 
> Yes. [Although I wouldn't use the formulation "the same Emacs version"
> myself, or at least would need to clarify its definition, i.e. typically
> the source tree build would be newer than the installed version, but
> would end up in the same installation directory, yes, so that's probably
> not relevant here.]

data-directory is versioned.  E.g., for Emacs 26.2.90 I'm using to
type this, data-directory is "/usr/share/emacs/26.2.90/etc/".  So yes,
we are talking about having an installed and an uninstalled NEWS
_for_the_same_Emacs_version_.  I use "version" in the sense of
"version number".

> I can live with "this is how it works, the code is hairy, let's just
> keep this as a wishlist item" or something to that effect, but you
> somehow seem to insist on the current behaviour not being wrong at all
> or at least seem to have some kind of "the right thing" notion
> apparently quite different from the expectation of myself, the OP and I
> suspect most users, and at the same time you fail to explain what that
> TRT is and why it is right or more right than our expectation.

I wasn't aware that Óscar meant to change entirely how Emacs finds all
of its directories.  I still don't think that's what he meant.

You certainly do, though.  And my response to that was not to describe
the implementation, it was to describe the _design_.  Emacs looks for
its directories according to how it was configured _by_design_.  I
understand now that you want to change that design from the ground up,
but in that case this specific use case with data-directory in two
places is really not what's important.  What's important is that you
are asking for a radical change in how Emacs is configured, and
basically redesign and reimplement a large chunk of its startup code.
You are also asking it to start behaving unlike most other programs
out there, almost all of them looking for auxiliary files in
directories computed at configure time.  Programs that are
"relocatable", i.e. look for the directories relative to their binary,
are a minority; one reason is that this requires them to know where
the binary lives, something that not every program knows (Emacs does).
In any case, it's a very significant change, way more than just make
this particular use case behave as Óscar expected.

> Failing all that, if there is no prospect of change at all, would it be
> possible to at least warn the user in cases like this? Something like
> "The NEWS file you are accessing is not the one you probably think it
> is"?

You mean, instead of using the first NEWS we find, look in _all_ the
possible places and print a warning if we find more than one NEWS
file?





  reply	other threads:[~2019-07-29 18:13 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 [this message]
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
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=83ftmok8tt.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).