unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: "Stephen J. Turnbull" <stephen@xemacs.org>,
	Stefan Monnier <monnier@IRO.UMontreal.CA>,
	"emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100117: Run kill-emacs when exiting for display closed or SIGTERM/HUP.
Date: Tue, 04 May 2010 19:45:28 +0300	[thread overview]
Message-ID: <874oinppgn.fsf@mail.jurta.org> (raw)
In-Reply-To: <4BDFD57A.3050808@swipnet.se> ("Jan Djärv"'s message of "Tue, 04 May 2010 10:06:18 +0200")

> Put up a solution that addresses the problems:
>
> *scratch* and *Messages* and more get the wrong default directory.

Yes, it's important that *scratch* and *Messages* should get the
directory where Emacs was started.  That's why I did this change
to set the right directory in the startup screen's buffer:

  2008-02-12  Juri Linkov  <juri@jurta.org>

          * startup.el (fancy-startup-screen, normal-splash-screen):
          Set default-directory to command-line-default-directory.

Now the question is where `command-line-default-directory'
should get its value.  It's docstring says:

  (defvar command-line-default-directory nil
    "Default directory to use for command line arguments.
  This is normally copied from `default-directory' when Emacs starts.")

All this is right and it seems currently there is no problem with
*scratch* and *Messages*, i.e. they get the right directory.

However, a new command line arg --chdir seems unnecessary.  When the
user wants `command-line-default-directory' to be another directory,
then the user can cd to this directory before running Emacs.

If this is necessary for the session management, it's another problem.
There is a special arg --smid that could be used.

> Desktop file isn't loaded.

I think --smid should restore the same desktop file that was saved
in the previous session.  And also restore the old value of
`command-line-default-directory'.

-- 
Juri Linkov
http://www.jurta.org/emacs/




  parent reply	other threads:[~2010-05-04 16:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1O8efK-0003y3-Sb@internal.in.savannah.gnu.org>
2010-05-02 19:24 ` [Emacs-diffs] /srv/bzr/emacs/trunk r100117: Run kill-emacs when exiting for display closed or SIGTERM/HUP Stefan Monnier
2010-05-02 20:53   ` Jan Djärv
2010-05-03  0:55     ` Stefan Monnier
2010-05-03  8:21       ` Jan D.
2010-05-03 17:43         ` Stefan Monnier
2010-05-03 18:08           ` Jan Djärv
2010-05-04  2:38             ` Stefan Monnier
2010-05-04  7:59               ` Jan Djärv
2010-05-04 11:49                 ` Stephen J. Turnbull
2010-05-04 13:03                   ` Jan D.
2010-05-04 13:48                 ` Stefan Monnier
2010-05-04 14:42                   ` Jan D.
2010-05-04  3:03             ` Stephen J. Turnbull
2010-05-04  8:06               ` Jan Djärv
2010-05-04 11:33                 ` Stephen J. Turnbull
2010-05-04 12:51                   ` Jan D.
2010-05-04 13:54                     ` Stefan Monnier
2010-05-04 14:26                       ` Jan D.
2010-05-04 18:50                         ` Stefan Monnier
2010-05-05  5:17                           ` Stephen J. Turnbull
2010-05-05  7:21                           ` Jan Djärv
2010-05-05 14:00                             ` Stefan Monnier
2010-05-05 16:18                               ` Jan Djärv
2010-05-05 18:24                                 ` Stefan Monnier
2010-05-04 16:45                 ` Juri Linkov [this message]
2010-05-04 18:50                   ` Jan Djärv
2010-05-04 19:55                     ` Juri Linkov

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=874oinppgn.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=monnier@IRO.UMontreal.CA \
    --cc=stephen@xemacs.org \
    /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).