unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs --pristine --> -vanilla
@ 2002-12-05 20:48 D. Goel
  2002-12-05 21:52 ` Stefan Monnier
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: D. Goel @ 2002-12-05 20:48 UTC (permalink / raw)


Greetings

Just saw this in the TODO of emacscvs. 
,----
| * Add a --pristine startup flag which does -q --no-site-file plus
|   ignoring X resources (Doze equivalents?) and most of the
|   environment.  What should not be ignored needs consideration.
`----


Can we either change this to -vanilla, or else alias -vanilla to
--pristine?

In xemacs, -vanilla is exactly equivalent to -q -no-site-file, so if
our --pristine turns out to do something different, then we should
have a -vanilla that is exactly -q -no-site-file

the reason I think we should have a -vanilla is not just for xemacs
consistency, but also emacs -q --no-site-file is too much of a
mouthful, especially when telling newbies about it, and not easy for
them to remember either.


PS: Is there a good way to search for emacs-devel archives (other than
loading each one in the browser in turn and doing a search-forward?),
so i can check for similar topics before posting, to avoid duplicates?


DG                                 http://deego.gnufans.org/~deego/
--

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

* Re: emacs --pristine --> -vanilla
  2002-12-05 20:48 emacs --pristine --> -vanilla D. Goel
@ 2002-12-05 21:52 ` Stefan Monnier
  2002-12-05 22:14 ` Miles Bader
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2002-12-05 21:52 UTC (permalink / raw)
  Cc: emacs-devel

> In xemacs, -vanilla is exactly equivalent to -q -no-site-file, so if
> our --pristine turns out to do something different, then we should
> have a -vanilla that is exactly -q -no-site-file
> 
> the reason I think we should have a -vanilla is not just for xemacs
> consistency, but also emacs -q --no-site-file is too much of a
> mouthful, especially when telling newbies about it, and not easy for
> them to remember either.

Assuming we have a --pristine (or --vanilla) which does -q --no-site-file
plus ignoring Xresources etc... what would be the point of
having yet-another-option for -q --no-site-file ?
After all, we would then tell people to use --pristine anyway since
it's better than -q --no-site-file.


	Stefan

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

* Re: emacs --pristine --> -vanilla
  2002-12-05 20:48 emacs --pristine --> -vanilla D. Goel
  2002-12-05 21:52 ` Stefan Monnier
@ 2002-12-05 22:14 ` Miles Bader
  2002-12-05 22:19 ` Miles Bader
  2002-12-07 21:26 ` Richard Stallman
  3 siblings, 0 replies; 7+ messages in thread
From: Miles Bader @ 2002-12-05 22:14 UTC (permalink / raw)
  Cc: emacs-devel

On Thu, Dec 05, 2002 at 03:48:14PM -0500, D. Goel wrote:
> PS: Is there a good way to search for emacs-devel archives (other than
> loading each one in the browser in turn and doing a search-forward?),
> so i can check for similar topics before posting, to avoid duplicates?

You could use google; I think the syntax for a site-specific search is to
include a word like `site:foo.bar.com' in your search specifications.  E.g.,
you could searching for something like:

  something interesting emacs-devel site:mail.gnu.org

That only catches things that are old enough to be in google of course, but
it's easy enough to just deal with the current month separately.

-Miles
-- 
P.S.  All information contained in the above letter is false,
      for reasons of military security.

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

* Re: emacs --pristine --> -vanilla
  2002-12-05 20:48 emacs --pristine --> -vanilla D. Goel
  2002-12-05 21:52 ` Stefan Monnier
  2002-12-05 22:14 ` Miles Bader
@ 2002-12-05 22:19 ` Miles Bader
  2002-12-05 22:30   ` D. Goel
  2002-12-07 21:26 ` Richard Stallman
  3 siblings, 1 reply; 7+ messages in thread
From: Miles Bader @ 2002-12-05 22:19 UTC (permalink / raw)
  Cc: emacs-devel

On Thu, Dec 05, 2002 at 03:48:14PM -0500, D. Goel wrote:
> Can we either change this to -vanilla, or else alias -vanilla to
> --pristine?

IMO, --pristine is a much better name, so at most it should be an alias.

> then we should have a -vanilla that is exactly -q -no-site-file

Why is it important that it be _exactly_ -q -no-site-file?  My understanding
is that --pristine actually does a bit more, which actually makes it better
than -q -no-site-file for what I see as the intended purpose (`what do you
tell people to use when they report a bug').

-Miles
-- 
[|nurgle|]  ddt- demonic? so quake will have an evil kinda setting? one that 
            will  make every christian in the world foamm at the mouth? 
[iddt]      nurg, that's the goal 

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

* Re: emacs --pristine --> -vanilla
  2002-12-05 22:19 ` Miles Bader
@ 2002-12-05 22:30   ` D. Goel
  0 siblings, 0 replies; 7+ messages in thread
From: D. Goel @ 2002-12-05 22:30 UTC (permalink / raw)
  Cc: emacs-devel



> 
> IMO, --pristine is a much better name, so at most it should be an alias.

Okay, I had just wanted to point out that xemacs already uses a
shortcut -vanilla so it will be nice to be compatible when we
too implement the shortcut. 


> My understanding is that --pristine actually does a bit more, which
> actually makes it better than -q -no-site-file for what I see as the
> intended purpose (`what do you tell people to use when they report a
> bug').

I see. 

> Why is it important that it be _exactly_ -q -no-site-file?  

No reason really.  Now, with your above explanation, I take back that
request.

PS: Thanks for your other followup re: google searches, i tried and did
work.  And thanks for the followup, Stefan. 


DG                                 http://deego.gnufans.org/~deego/
--

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

* Re: emacs --pristine --> -vanilla
  2002-12-05 20:48 emacs --pristine --> -vanilla D. Goel
                   ` (2 preceding siblings ...)
  2002-12-05 22:19 ` Miles Bader
@ 2002-12-07 21:26 ` Richard Stallman
  2002-12-08  4:25   ` Ben Key
  3 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2002-12-07 21:26 UTC (permalink / raw)
  Cc: emacs-devel

    Just saw this in the TODO of emacscvs. 
    ,----
    | * Add a --pristine startup flag which does -q --no-site-file plus
    |   ignoring X resources (Doze equivalents?) and most of the
    |   environment.  What should not be ignored needs consideration.
    `----

    Can we either change this to -vanilla, or else alias -vanilla to
    --pristine?

I don't have a strong opinion about it, but we should have a way
to turn off the X resources.

Anyway, it isn't really worth discussing details of the feature unless
someone wants to implement the feature.

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

* RE: emacs --pristine --> -vanilla
  2002-12-07 21:26 ` Richard Stallman
@ 2002-12-08  4:25   ` Ben Key
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Key @ 2002-12-08  4:25 UTC (permalink / raw)
  Cc: emacs-devel

If no one else is already implementing this feature, I will do it.  I think
I can have it done in about a week.

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

end of thread, other threads:[~2002-12-08  4:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05 20:48 emacs --pristine --> -vanilla D. Goel
2002-12-05 21:52 ` Stefan Monnier
2002-12-05 22:14 ` Miles Bader
2002-12-05 22:19 ` Miles Bader
2002-12-05 22:30   ` D. Goel
2002-12-07 21:26 ` Richard Stallman
2002-12-08  4:25   ` Ben Key

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).