unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: desktop.el not playing nice
Date: Mon, 18 Apr 2005 09:56:37 -0400	[thread overview]
Message-ID: <E1DNWjt-0007Gi-6w@fencepost.gnu.org> (raw)
In-Reply-To: <m1DNCZW-0004RDC@rattlesnake.com> (bob@rattlesnake.com)

Does this patch give results you like?

*** desktop.el	05 Apr 2005 15:08:34 -0400	1.82
--- desktop.el	18 Apr 2005 01:22:51 -0400	
***************
*** 1031,1037 ****
    '(lambda ()
      (let ((key "--no-desktop"))
        (if (member key command-line-args)
!         (delete key command-line-args)
          (when desktop-save-mode (desktop-read))))))
  
  (provide 'desktop)
--- 1031,1039 ----
    '(lambda ()
      (let ((key "--no-desktop"))
        (if (member key command-line-args)
! 	  (progn
! 	    (delete key command-line-args)
! 	    (desktop-save-mode 0))
          (when desktop-save-mode (desktop-read))))))
  
  (provide 'desktop)

  reply	other threads:[~2005-04-18 13:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-17 14:46 desktop.el not playing nice Stephan Stahl
2005-04-17 15:07 ` David Kastrup
2005-04-17 16:24 ` Robert J. Chassell
2005-04-18 13:56   ` Richard Stallman [this message]
2005-04-18 18:16     ` Stephan Stahl
2005-04-18 18:54       ` Lars Hansen
2005-04-17 21:06 ` Lars Hansen
2005-04-17 21:22   ` David Kastrup
2005-04-17 21:36     ` Lennart Borgman
2005-04-18 18:42     ` Lars Hansen
2005-04-18 21:06   ` Richard Stallman
2005-04-18 21:23     ` Stephan Stahl
2005-04-18 18:36 ` Lars Hansen

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=E1DNWjt-0007Gi-6w@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.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).