bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2211: marked as done (server-socket-dir and make-temp-file)


From: Emacs bug Tracking System
Subject: bug#2211: marked as done (server-socket-dir and make-temp-file)
Date: Sat, 07 Feb 2009 22:05:05 +0000

Your message dated Sat, 07 Feb 2009 16:58:46 -0500
with message-id <87skmpucx5.fsf@cyd.mit.edu>
and subject line Re: bug#2211: server-socket-dir and make-temp-file
has caused the Emacs bug report #2211,
regarding server-socket-dir and make-temp-file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2211: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2211
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: server-socket-dir and make-temp-file Date: Thu, 05 Feb 2009 18:28:19 +0100
server-socket-dir is by default a directory in /tmp. With CVS emacs
it also takes the TMPDIR environment variable into account.
Shouldn't this variable be initialized using make-temp-file so that
it obeys any customization of temporary-file-directory?

Actually, I ran the following command in the emacs directory
$ grep "\"/tmp\"" lisp/*el lisp/*/*el
Browsing through the matches, it seems to me that
pmail-mime-attachment-dirs-alist and url-temporary-directory
should be updated, too.

A related issue: I do not quite understand a piece of code like

  (make-temp-file
   (concat (file-name-as-directory
            (or (getenv "TMPDIR") "/tmp"))
            "artist-stdin."))

used in the function artist-system. If the PREFIX arg of
make-temp-file is an absolute directory as in the example above,
make-temp-file will ignore any user customization of
temporary-file-directory. The function ps-run-make-tmp-filename
behaves similarly.


In GNU Emacs 22.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2008-03-27 on tfkp07




--- End Message ---
--- Begin Message --- Subject: Re: bug#2211: server-socket-dir and make-temp-file Date: Sat, 07 Feb 2009 16:58:46 -0500
> I could update those. Yet I just realized that emacs 23 is already in
> pretest. Is this the kind of thing that should be changed nonethless
> or should I better wait?

I think it's better to fix these now.  I've just done that.  Thanks for
finding the problem.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]