unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: ensure safe directory failing
Date: Sun, 20 Mar 2011 19:55:27 +0200	[thread overview]
Message-ID: <83hbaxad80.fsf@gnu.org> (raw)
In-Reply-To: <Vf-dnZsj9cgRthvQnZ2dnUVZ_q-dnZ2d@sysmatrix.net>

> Date: Sun, 20 Mar 2011 11:30:06 -0500
> From: "B. T. Raven" <nihil@nihilo.net>
> 
> >>   M-: (file-attributes "c:/emacs/.emacs.d" 'integer) RET
> 
> (t 1 544 513 (19846 9844) (19845 18237) (19843 65123) 0 "drwxrwxrwx" nil
> (4608 1 . 53735) (55444 . 23564))
> 
> Not void function, as I thought.
> 
> 
> > 
> > void function
> > 
> >>   M-: (user-uid) RET
> > 
> > 1000 (#o1750, #x3e8)

Then this is not the case which the patch was supposed to solve.

What you need to do is this:

 . exit Emacs

 . rename the c:\emacs\.emacs.d directory

 . start Emacs with "emacs -Q"

 . exit Emacs

This should create c:\emacs\.emacs.d with the right credentials.  You
should be able to see that with the same command as before:

 M-: (file-attributes "c:/emacs/.emacs.d" 'integer) RET

It should now show 1000, which is your Windows user ID, instead of
544, as the 3rd member of the list it displays.  If this succeeds, you
can invoke Emacs as usual, and the server should start without the
warning.  If you have something important in the old .emacs.d, you can
now copy it to the new .emacs.d.



  reply	other threads:[~2011-03-20 17:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-18 22:44 ensure safe directory failing B. T. Raven
2011-03-19  7:50 ` Eli Zaretskii
     [not found] ` <mailman.8.1300521008.15172.help-gnu-emacs@gnu.org>
2011-03-19 12:44   ` B. T. Raven
2011-03-19 15:00     ` Eli Zaretskii
     [not found]     ` <mailman.3.1300546821.11495.help-gnu-emacs@gnu.org>
2011-03-19 17:39       ` B. T. Raven
2011-03-19 17:47         ` Eli Zaretskii
     [not found]         ` <mailman.9.1300556892.13615.help-gnu-emacs@gnu.org>
2011-03-20  1:36           ` B. T. Raven
2011-03-20  7:10             ` Eli Zaretskii
     [not found]             ` <mailman.13.1300605015.19367.help-gnu-emacs@gnu.org>
2011-03-20 16:23               ` B. T. Raven
2011-03-20 16:30                 ` B. T. Raven
2011-03-20 17:55                   ` Eli Zaretskii [this message]
     [not found]                   ` <mailman.3.1300643740.13228.help-gnu-emacs@gnu.org>
2011-03-20 19:06                     ` B. T. Raven
2011-03-20 20:35                       ` Eli Zaretskii
     [not found]                       ` <mailman.1.1300653326.12439.help-gnu-emacs@gnu.org>
2011-03-20 20:46                         ` B. T. Raven

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=83hbaxad80.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@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.
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).