unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: no notification about -u failure
Date: Wed, 26 Oct 2005 15:11:32 -0600	[thread overview]
Message-ID: <djore8$4aa$1@sea.gmane.org> (raw)
In-Reply-To: <E1EUVO8-0008RZ-KX@fencepost.gnu.org>

Richard M. Stallman wrote:
 >     No message seen, not even in *Messages*, that -u wasn't being 
used right.
 >     $ emacs -nw --no-site-file -u /
 >     $ emacs -nw --no-site-file -q -u /
 >     $ emacs -nw --no-site-file -q -u nurdsburg /
...
 > Most of this was fixed already in the current devel version.
 > I will fix the rest.

Ah, that bug wasn't squashed, because (file-directory-p (concat "~" "/"))
is true.

Should the test also simply check that (eq (string-to-char 
init-file-user) ?/)
is false, or are there other problematic user names?  Is "" legal?  What 
about
":" et al. on VMS?

,----[ C-h f file-name-directory RET ]
| file-name-directory is a built-in function.
| (file-name-directory FILENAME)
|
| Return the directory component in file name FILENAME.
| Return nil if FILENAME does not include a directory.
| Otherwise return a directory spec.
| Given a Unix syntax file name, returns a string ending in slash;
| on VMS, perhaps instead a string ending in `:', `]' or `>'.
`----

-- 
Kevin Rodgers

      reply	other threads:[~2005-10-26 21:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-24 21:42 no notification about -u failure Dan Jacobson
2005-10-25 17:49 ` Kevin Rodgers
2005-10-25 20:27 ` Richard M. Stallman
2005-10-26 21:11   ` Kevin Rodgers [this message]

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='djore8$4aa$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /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).