all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* no notification about -u failure
@ 2005-10-24 21:42 Dan Jacobson
  2005-10-25 17:49 ` Kevin Rodgers
  2005-10-25 20:27 ` Richard M. Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Jacobson @ 2005-10-24 21:42 UTC (permalink / raw)


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 /
GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-10-03 on trouble, modified by Debian
Copyright (C) 2001 Free Software Foundation, Inc.

Hmmm, "2001" too.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no notification about -u failure
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2005-10-25 17:49 UTC (permalink / raw)


Dan Jacobson 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 /
> GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>  of 2005-10-03 on trouble, modified by Debian
> Copyright (C) 2001 Free Software Foundation, Inc.
> 
> Hmmm, "2001" too.

Don't you even read the followups to your own bug reports?

http://lists.gnu.org/archive/html/bug-gnu-emacs/2005-06/msg00214.html

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no notification about -u failure
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Richard M. Stallman @ 2005-10-25 20:27 UTC (permalink / raw)
  Cc: bug-gnu-emacs

    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 /
    GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
     of 2005-10-03 on trouble, modified by Debian
    Copyright (C) 2001 Free Software Foundation, Inc.

    Hmmm, "2001" too.

Most of this was fixed already in the current devel version.
I will fix the rest.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no notification about -u failure
  2005-10-25 20:27 ` Richard M. Stallman
@ 2005-10-26 21:11   ` Kevin Rodgers
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2005-10-26 21:11 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-26 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.