all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Juri Linkov <juri@linkov.net>
Cc: 62447@debbugs.gnu.org
Subject: bug#62447: 30.0.50; xref default behaviour changed after a desktop-read
Date: Sat, 25 Mar 2023 23:13:58 +0100	[thread overview]
Message-ID: <87jzz4cwd5.fsf@ledu-giraud.fr> (raw)
In-Reply-To: <86355smy5i.fsf@mail.linkov.net> (Juri Linkov's message of "Sat,  25 Mar 2023 21:25:13 +0200")

Juri Linkov <juri@linkov.net> writes:

>> I'm using desktop-save-mode and since sometimes when I do a M-. on
>> function call in a C buffer, Emacs says:
>> user-error: No definitions found for: scroll_command
>>
>> If I start without desktop-save-mode on, this works as usual: Emacs asks
>> me if I want to read the TAGS table.
>>
>> So it may be that some mode loaded by some file opening mess up with
>> xref default behaviour... I don't know where to start to track this
>> down.
>
> I guess this is because the default value of `desktop-globals-to-save'
> contains:
>
>     tags-file-name
>     tags-table-list

Yes that's it!  I'm starting Emacs without desktop-save-mode on:
tags-table-list and tags-file-name are both nil.  I do a desktop-read
and tags-table-list is set to ("/home/manuel/emacs-repo/lib/TAGS") and
tags-file-name is set to "/home/manuel/emacs-repo/lib/TAGS".

> and the global values for these variables make no sense.
> They should have project-local values, but project-local values are
> not saved to the desktop file, only global and buffer-local values.

Maybe they could be removed from `desktop-globals-to-save'.
-- 
Manuel Giraud





  reply	other threads:[~2023-03-25 22:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25 18:39 bug#62447: 30.0.50; xref default behaviour changed after a desktop-read Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-25 18:53 ` Eli Zaretskii
2023-03-25 22:04   ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-25 19:25 ` Juri Linkov
2023-03-25 22:13   ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-03-25 22:50     ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-26  4:57     ` Eli Zaretskii
2023-03-26  9:51       ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-12  0:00         ` Stefan Kangas
2023-03-26  4:25   ` Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87jzz4cwd5.fsf@ledu-giraud.fr \
    --to=bug-gnu-emacs@gnu.org \
    --cc=62447@debbugs.gnu.org \
    --cc=juri@linkov.net \
    --cc=manuel@ledu-giraud.fr \
    /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 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.