unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* rmail-default-file vs. (deleted) rmail-default-rmail-file
@ 2009-07-06 10:56 Alfred M. Szmidt
  2009-07-09  5:45 ` Glenn Morris
  0 siblings, 1 reply; 11+ messages in thread
From: Alfred M. Szmidt @ 2009-07-06 10:56 UTC (permalink / raw)
  To: emacs-devel

The current value for rmail-default-file is "~/xmail", but in
2009-01-22 rmail used rmail-default-rmail-file which was "~/XMAIL",
which was the default when using rmail-output.

I don't have strong preferences about this, but would it be possible
to change the value to "~/XMAIL"?  If not, I think this should be
mentioned in NEWS somewhere, maybe something like:

 ** The default output file for `rmail-output' has changed to
 "~/xmail".





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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-06 10:56 rmail-default-file vs. (deleted) rmail-default-rmail-file Alfred M. Szmidt
@ 2009-07-09  5:45 ` Glenn Morris
  2009-07-09  7:06   ` Alfred M. Szmidt
  0 siblings, 1 reply; 11+ messages in thread
From: Glenn Morris @ 2009-07-09  5:45 UTC (permalink / raw)
  To: ams; +Cc: emacs-devel

"Alfred M. Szmidt" wrote:

> The current value for rmail-default-file is "~/xmail", but in
> 2009-01-22 rmail used rmail-default-rmail-file which was "~/XMAIL",
> which was the default when using rmail-output.

AFAICS, rmail-output used rmail-default-file in 22 the same as it does
now.

rmail-output-to-rmail-file used rmail-default-rmail-file, but this
function no longer exists.

It is already mentioned in NEWS that `o', which was bound to
rmail-output-to-rmail-file, is now bound to rmail-output.




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-09  5:45 ` Glenn Morris
@ 2009-07-09  7:06   ` Alfred M. Szmidt
  2009-07-09 14:15     ` Chong Yidong
  0 siblings, 1 reply; 11+ messages in thread
From: Alfred M. Szmidt @ 2009-07-09  7:06 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Can we change the default value of rmail-output-file to ~/XMAIL?
Since that was the default (`o' was bound to
rmail-output-to-rmail-file and used rmail-default-rmail-file).

2009-07-09  Alfred M. Szmidt  <ams@gnu.org>

	* mail/rmail.el (rmail-default-file): Changed value to "~/XMAIL".

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index b348495..fad084e 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -618,7 +618,7 @@ Element N specifies the summary line for message N+1.")
 (defvar rmail-last-regexp nil)
 (put 'rmail-last-regexp 'permanent-local t)
 
-(defcustom rmail-default-file "~/xmail"
+(defcustom rmail-default-file "~/XMAIL"
   "Default file name for \\[rmail-output]."
   :type 'file
   :group 'rmail-files)




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-09  7:06   ` Alfred M. Szmidt
@ 2009-07-09 14:15     ` Chong Yidong
  2009-07-10  6:46       ` Alfred M. Szmidt
  0 siblings, 1 reply; 11+ messages in thread
From: Chong Yidong @ 2009-07-09 14:15 UTC (permalink / raw)
  To: ams; +Cc: emacs-devel

"Alfred M. Szmidt" <ams@gnu.org> writes:

> Can we change the default value of rmail-output-file to ~/XMAIL?
> Since that was the default (`o' was bound to
> rmail-output-to-rmail-file and used rmail-default-rmail-file).

Why do you prefer XMAIL to xmail?  (A temporary setting made during
pretest does not count.)




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-09 14:15     ` Chong Yidong
@ 2009-07-10  6:46       ` Alfred M. Szmidt
  2009-07-12 16:25         ` Chong Yidong
  0 siblings, 1 reply; 11+ messages in thread
From: Alfred M. Szmidt @ 2009-07-10  6:46 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

   > Can we change the default value of rmail-output-file to ~/XMAIL?
   > Since that was the default (`o' was bound to
   > rmail-output-to-rmail-file and used rmail-default-rmail-file).

   Why do you prefer XMAIL to xmail?  (A temporary setting made during
   pretest does not count.)

rmail files have always uppercase, so it makes it easy to list just
them with `ls *MAIL*'.  I find it also very confusing that `o' now
outputs to ~/xmail, when I have a ~/XMAIL that I use.




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-10  6:46       ` Alfred M. Szmidt
@ 2009-07-12 16:25         ` Chong Yidong
  2009-07-12 19:41           ` Richard Stallman
  0 siblings, 1 reply; 11+ messages in thread
From: Chong Yidong @ 2009-07-12 16:25 UTC (permalink / raw)
  To: ams, rms; +Cc: emacs-devel

"Alfred M. Szmidt" <ams@gnu.org> writes:

>    > Can we change the default value of rmail-output-file to ~/XMAIL?
>    > Since that was the default (`o' was bound to
>    > rmail-output-to-rmail-file and used rmail-default-rmail-file).
>
>    Why do you prefer XMAIL to xmail?  (A temporary setting made during
>    pretest does not count.)
>
> rmail files have always uppercase, so it makes it easy to list just
> them with `ls *MAIL*'.  I find it also very confusing that `o' now
> outputs to ~/xmail, when I have a ~/XMAIL that I use.

The argument could go either way; the *mbox* files that Rmail output to
always defaulted to lowercase (~/xmail).  I don't feel strongly about
the matter, so it would be good if more rmail users weigh in on this.
(Richard?)




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-12 16:25         ` Chong Yidong
@ 2009-07-12 19:41           ` Richard Stallman
  2009-07-13  2:52             ` Chong Yidong
  0 siblings, 1 reply; 11+ messages in thread
From: Richard Stallman @ 2009-07-12 19:41 UTC (permalink / raw)
  To: Chong Yidong; +Cc: ams, emacs-devel

    > rmail files have always uppercase, so it makes it easy to list just
    > them with `ls *MAIL*'.  I find it also very confusing that `o' now
    > outputs to ~/xmail, when I have a ~/XMAIL that I use.

I have a habit of saving messages in files called xmail/foo.xmail, etc.,
all being lower case.  Since these file names are entered solely
by users, I think we cannot assume they all follow any rule.

But as regards ~/xmail vs ~/XMAIL for the default, ISTR that during
the transition to mbox format I saw an advantage in making the default
different.  But in fact the current Rmail deals just fine with saving
into Babyl files, so I now think it is better to keep the default
unchanged from Emacs 22.




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-12 19:41           ` Richard Stallman
@ 2009-07-13  2:52             ` Chong Yidong
  2009-07-13  6:45               ` Alfred M. Szmidt
  0 siblings, 1 reply; 11+ messages in thread
From: Chong Yidong @ 2009-07-13  2:52 UTC (permalink / raw)
  To: rms; +Cc: ams, emacs-devel

Richard Stallman <rms@gnu.org> writes:

> But as regards ~/xmail vs ~/XMAIL for the default, ISTR that during
> the transition to mbox format I saw an advantage in making the default
> different.  But in fact the current Rmail deals just fine with saving
> into Babyl files, so I now think it is better to keep the default
> unchanged from Emacs 22.

Fine by me.  Alfred, if you like, go ahead and switch to XMAIL on the
trunk and branch.




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-13  2:52             ` Chong Yidong
@ 2009-07-13  6:45               ` Alfred M. Szmidt
  2009-07-13 13:29                 ` Chong Yidong
  0 siblings, 1 reply; 11+ messages in thread
From: Alfred M. Szmidt @ 2009-07-13  6:45 UTC (permalink / raw)
  To: Chong Yidong; +Cc: rms, emacs-devel

   > But as regards ~/xmail vs ~/XMAIL for the default, ISTR that
   > during the transition to mbox format I saw an advantage in making
   > the default different.  But in fact the current Rmail deals just
   > fine with saving into Babyl files, so I now think it is better to
   > keep the default unchanged from Emacs 22.

   Fine by me.  Alfred, if you like, go ahead and switch to XMAIL on
   the trunk and branch.

Sorry, I do not understand.




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-13  6:45               ` Alfred M. Szmidt
@ 2009-07-13 13:29                 ` Chong Yidong
  2009-07-15  9:35                   ` Alfred M. Szmidt
  0 siblings, 1 reply; 11+ messages in thread
From: Chong Yidong @ 2009-07-13 13:29 UTC (permalink / raw)
  To: ams; +Cc: rms, emacs-devel

"Alfred M. Szmidt" <ams@gnu.org> writes:

>    > But as regards ~/xmail vs ~/XMAIL for the default, ISTR that
>    > during the transition to mbox format I saw an advantage in making
>    > the default different.  But in fact the current Rmail deals just
>    > fine with saving into Babyl files, so I now think it is better to
>    > keep the default unchanged from Emacs 22.
>
>    Fine by me.  Alfred, if you like, go ahead and switch to XMAIL on
>    the trunk and branch.
>
> Sorry, I do not understand.

I meant, go ahead and do what you suggested in your previous email:

> The current value for rmail-default-file is "~/xmail", but in
> 2009-01-22 rmail used rmail-default-rmail-file which was "~/XMAIL",
> which was the default when using rmail-output.

> I don't have strong preferences about this, but would it be possible
> to change the value to "~/XMAIL"?




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

* Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
  2009-07-13 13:29                 ` Chong Yidong
@ 2009-07-15  9:35                   ` Alfred M. Szmidt
  0 siblings, 0 replies; 11+ messages in thread
From: Alfred M. Szmidt @ 2009-07-15  9:35 UTC (permalink / raw)
  To: Chong Yidong; +Cc: rms, emacs-devel

   >    > But as regards ~/xmail vs ~/XMAIL for the default, ISTR that
   >    > during the transition to mbox format I saw an advantage in
   >    > making the default different.  But in fact the current Rmail
   >    > deals just fine with saving into Babyl files, so I now think
   >    > it is better to keep the default unchanged from Emacs 22.
   >
   >    Fine by me.  Alfred, if you like, go ahead and switch to XMAIL on
   >    the trunk and branch.
   >
   > Sorry, I do not understand.

   I meant, go ahead and do what you suggested in your previous email:

I cannot change it, I do not have commit access to the CVS repo.




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

end of thread, other threads:[~2009-07-15  9:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 10:56 rmail-default-file vs. (deleted) rmail-default-rmail-file Alfred M. Szmidt
2009-07-09  5:45 ` Glenn Morris
2009-07-09  7:06   ` Alfred M. Szmidt
2009-07-09 14:15     ` Chong Yidong
2009-07-10  6:46       ` Alfred M. Szmidt
2009-07-12 16:25         ` Chong Yidong
2009-07-12 19:41           ` Richard Stallman
2009-07-13  2:52             ` Chong Yidong
2009-07-13  6:45               ` Alfred M. Szmidt
2009-07-13 13:29                 ` Chong Yidong
2009-07-15  9:35                   ` Alfred M. Szmidt

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