unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
@ 2007-07-01 23:05 Randal L. Schwartz
  2007-07-01 23:08 ` Randal L. Schwartz
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-01 23:05 UTC (permalink / raw)
  To: emacs-devel


This is a broken new feature (misfeature)?

First, the spelling is wrong.  You want nonexistent, not inexistent.

Second, the default is *different* than the prepatched behavior.  This scared
me enough to go find out what happened.  If you add new behavior, please
default to previous behavior, or prepare to explain why the change is needed.

Third, the variable isn't customizable.  What year is this, 1998?

Please back this out of CVS HEAD and prepare a proper change.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-01 23:05 [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el Randal L. Schwartz
@ 2007-07-01 23:08 ` Randal L. Schwartz
  2007-07-02 19:47 ` Richard Stallman
  2007-07-02 19:59 ` Johan Bockgård
  2 siblings, 0 replies; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-01 23:08 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:

Randal> This is a broken new feature (misfeature)?

Randal> First, the spelling is wrong.  You want nonexistent, not inexistent.

Randal> Second, the default is *different* than the prepatched behavior.  This scared
Randal> me enough to go find out what happened.  If you add new behavior, please
Randal> default to previous behavior, or prepare to explain why the change is needed.

Randal> Third, the variable isn't customizable.  What year is this, 1998?

Randal> Please back this out of CVS HEAD and prepare a proper change.

This would be directed at "monnier".  Thank you.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-01 23:05 [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el Randal L. Schwartz
  2007-07-01 23:08 ` Randal L. Schwartz
@ 2007-07-02 19:47 ` Richard Stallman
  2007-07-02 19:51   ` Randal L. Schwartz
  2007-07-02 19:59 ` Johan Bockgård
  2 siblings, 1 reply; 24+ messages in thread
From: Richard Stallman @ 2007-07-02 19:47 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

    Second, the default is *different* than the prepatched behavior.  This scared
    me enough to go find out what happened.  If you add new behavior, please
    default to previous behavior, or prepare to explain why the change is needed.

I said to install the new feature, but not enable it by default.
Was it enabled by default?

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-02 19:47 ` Richard Stallman
@ 2007-07-02 19:51   ` Randal L. Schwartz
  2007-07-03  4:24     ` Richard Stallman
  0 siblings, 1 reply; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-02 19:51 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

>>>>> "Richard" == Richard Stallman <rms@gnu.org> writes:

Richard> I said to install the new feature, but not enable it by default.
Richard> Was it enabled by default?

Yes, it was enabled by default, or I wouldn't have even noticed.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-01 23:05 [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el Randal L. Schwartz
  2007-07-01 23:08 ` Randal L. Schwartz
  2007-07-02 19:47 ` Richard Stallman
@ 2007-07-02 19:59 ` Johan Bockgård
  2007-07-05 19:44   ` Stefan Monnier
  2 siblings, 1 reply; 24+ messages in thread
From: Johan Bockgård @ 2007-07-02 19:59 UTC (permalink / raw)
  To: emacs-devel


Also, it doesn't play well with partial-completion-mode as it
currently stands.

"d" is not accepted as input:

    (partial-completion-mode 1)
    (completing-read ": " '("a" "b" "c") nil 'confirm-only)

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-02 19:51   ` Randal L. Schwartz
@ 2007-07-03  4:24     ` Richard Stallman
  0 siblings, 0 replies; 24+ messages in thread
From: Richard Stallman @ 2007-07-03  4:24 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

I made the default nil, and I made it a defcustom.

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-02 19:59 ` Johan Bockgård
@ 2007-07-05 19:44   ` Stefan Monnier
  2007-07-06  2:31     ` Randal L. Schwartz
  0 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2007-07-05 19:44 UTC (permalink / raw)
  To: emacs-devel

> Also, it doesn't play well with partial-completion-mode as it
> currently stands.

> "d" is not accepted as input:

>     (partial-completion-mode 1)
>     (completing-read ": " '("a" "b" "c") nil 'confirm-only)

Should be fixed now (please reset find-file-confirm-inexistent-file to
t before checking it, of course).


        Stefan

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-05 19:44   ` Stefan Monnier
@ 2007-07-06  2:31     ` Randal L. Schwartz
  2007-07-06 10:03       ` Eli Zaretskii
                         ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-06  2:31 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:

Stefan> Should be fixed now (please reset find-file-confirm-inexistent-file to
Stefan> t before checking it, of course).

The name is still spelled wrong.  NEVER in my years as a human being
in the North American English world have I heard "inexistent".

It's always been "nonexistent".  Please fix the spelling before release.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-06  2:31     ` Randal L. Schwartz
@ 2007-07-06 10:03       ` Eli Zaretskii
  2007-07-06 18:59       ` Richard Stallman
  2007-07-09  9:01       ` Juanma Barranquero
  2 siblings, 0 replies; 24+ messages in thread
From: Eli Zaretskii @ 2007-07-06 10:03 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

> From: merlyn@stonehenge.com (Randal L. Schwartz)
> Date: Thu, 05 Jul 2007 19:31:03 -0700
> 
> The name is still spelled wrong.  NEVER in my years as a human being
> in the North American English world have I heard "inexistent".
> 
> It's always been "nonexistent".  Please fix the spelling before release.

As someone who claims such a good knowledge of the English language,
please in the future try to be less rude in your email messages (I
mean your original report in particular).  People who work on Emacs
don't deserve this, even when they make mistakes that look stupid and
unbecoming to you.

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-06  2:31     ` Randal L. Schwartz
  2007-07-06 10:03       ` Eli Zaretskii
@ 2007-07-06 18:59       ` Richard Stallman
  2007-07-09  9:01       ` Juanma Barranquero
  2 siblings, 0 replies; 24+ messages in thread
From: Richard Stallman @ 2007-07-06 18:59 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

    It's always been "nonexistent".  Please fix the spelling before release.

Yes.

Would someone please ack when this is fixed?

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-06  2:31     ` Randal L. Schwartz
  2007-07-06 10:03       ` Eli Zaretskii
  2007-07-06 18:59       ` Richard Stallman
@ 2007-07-09  9:01       ` Juanma Barranquero
  2007-07-09 16:01         ` Randal L. Schwartz
  2 siblings, 1 reply; 24+ messages in thread
From: Juanma Barranquero @ 2007-07-09  9:01 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

On 7/6/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:

> The name is still spelled wrong.  NEVER in my years as a human being
> in the North American English world have I heard "inexistent".
>
> It's always been "nonexistent".  Please fix the spelling before release.

According to the American Heritage Dictionary:

http://www.bartleby.com/61/25/I0122500.html

SYLLABICATION:	in·ex·is·tent
PRONUNCIATION:	  ng-zstnt
ADJECTIVE:	Having no existence; nonexistent.

It's uncommon, but it's not wrong. That's not an argument for or
against the change, but against your claim that it is a spelling
error.

             Juanma

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-09  9:01       ` Juanma Barranquero
@ 2007-07-09 16:01         ` Randal L. Schwartz
  2007-07-09 21:14           ` Juanma Barranquero
  0 siblings, 1 reply; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-09 16:01 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

>>>>> "Juanma" == Juanma Barranquero <lekktu@gmail.com> writes:

Juanma> According to the American Heritage Dictionary:

Juanma> http://www.bartleby.com/61/25/I0122500.html

Juanma> SYLLABICATION:	in·ex·is·tent
Juanma> PRONUNCIATION:	  ng-zstnt
Juanma> ADJECTIVE:	Having no existence; nonexistent.

Juanma> It's uncommon, but it's not wrong. That's not an argument for or
Juanma> against the change, but against your claim that it is a spelling
Juanma> error.

Yes, it's legal.  But it's wrong by common usage.  Googling:

  about 6,640,000 for nonexistent
  about 773,000 for inexistent

That's a factor of nearly 10 there.  (And yes, I know those are actually
approximations, but the same bias factors out of both sides.)

The point is to use familiar words when you can.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-09 16:01         ` Randal L. Schwartz
@ 2007-07-09 21:14           ` Juanma Barranquero
  2007-07-09 23:33             ` Randal L. Schwartz
  0 siblings, 1 reply; 24+ messages in thread
From: Juanma Barranquero @ 2007-07-09 21:14 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

On 7/9/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:

> The point is to use familiar words when you can.

No, the point is that you said:

"First, the spelling is wrong.  You want nonexistent, not inexistent."

And then:

"The name is still spelled wrong.  NEVER in my years as a human being
in the North American English world have I heard "inexistent". It's
always been "nonexistent".  Please fix the spelling before release."

We wouldn't be discussing if you had said: "Inexistent is uncommon;
please use nonexistent, which is much more familiar to the average
user."

             Juanma

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-09 21:14           ` Juanma Barranquero
@ 2007-07-09 23:33             ` Randal L. Schwartz
  2007-07-10 11:45               ` Juanma Barranquero
  0 siblings, 1 reply; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-09 23:33 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

>>>>> "Juanma" == Juanma Barranquero <lekktu@gmail.com> writes:

Juanma> We wouldn't be discussing if you had said: "Inexistent is uncommon;
Juanma> please use nonexistent, which is much more familiar to the average
Juanma> user."

I wasn't inconsistent here.  It's true still that I had never heard of
inexistent, and therefore assumed it was wrong.  As the replies showed,
I was wrong.  However, it's still the unusual spelling, and the most
common spelling should clearly be prefered.

I'm not sure what you're objecting to at this point.  Maybe nothing.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-09 23:33             ` Randal L. Schwartz
@ 2007-07-10 11:45               ` Juanma Barranquero
  2007-07-10 13:29                 ` Randal L. Schwartz
  0 siblings, 1 reply; 24+ messages in thread
From: Juanma Barranquero @ 2007-07-10 11:45 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

On 7/10/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:

> I'm not sure what you're objecting to at this point.  Maybe nothing.

Same that Eli was objecting: the original rudeness (made more poignant
by you being wrong, though you being correct wouldn't make it more
palatable).

             Juanma

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 11:45               ` Juanma Barranquero
@ 2007-07-10 13:29                 ` Randal L. Schwartz
  2007-07-10 16:17                   ` Eli Zaretskii
                                     ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-10 13:29 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

>>>>> "Juanma" == Juanma Barranquero <lekktu@gmail.com> writes:

Juanma> On 7/10/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:
>> I'm not sure what you're objecting to at this point.  Maybe nothing.

Juanma> Same that Eli was objecting: the original rudeness (made more poignant
Juanma> by you being wrong, though you being correct wouldn't make it more
Juanma> palatable).

To be rude, it would have to be directed at the person.  I was pointing out a
failed process and a failed result in the most direct manner possible.  If the
person can't distinguish themselves from their results, that's an issue for
them, not me.  And if you're contributing as a committer to a large project,
you'd better have proper processes, *and* an ability to take heat for failure
to comply.  I'm not willing to be responsible for *your* feelings.  I will
promise to not attack you personally, but I *am* going to do what it takes for
the shared result to be effective.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 13:29                 ` Randal L. Schwartz
@ 2007-07-10 16:17                   ` Eli Zaretskii
  2007-07-10 18:23                     ` Stefan Monnier
  2007-07-10 22:04                   ` Juanma Barranquero
  2007-07-11  8:26                   ` tomas
  2 siblings, 1 reply; 24+ messages in thread
From: Eli Zaretskii @ 2007-07-10 16:17 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: lekktu, emacs-devel

> From: merlyn@stonehenge.com (Randal L. Schwartz)
> Date: Tue, 10 Jul 2007 06:29:19 -0700
> Cc: emacs-devel@gnu.org
> 
> >>>>> "Juanma" == Juanma Barranquero <lekktu@gmail.com> writes:
> 
> Juanma> On 7/10/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:
> >> I'm not sure what you're objecting to at this point.  Maybe nothing.
> 
> Juanma> Same that Eli was objecting: the original rudeness (made more poignant
> Juanma> by you being wrong, though you being correct wouldn't make it more
> Juanma> palatable).
> 
> To be rude, it would have to be directed at the person.  I was pointing out a
> failed process and a failed result in the most direct manner possible.  If the
> person can't distinguish themselves from their results, that's an issue for
> them, not me.

Sigh.  I have learned from hard experience that when someone tells me
they were offended by my rudeness, it's time for apologies and
rewording, not for ``it's your problem'' type of counter-attack, even
if I think I didn't say anything wrong.  Isn't it enough that two
people with quite different cultural background living half-world
apart were hurt by your wording?  Isn't it possible that what was
meant to point at ``a failed process and a failed result'' could be
reasonably read as a rude attack directed at all and every one of the
developers personally?

> And if you're contributing as a committer to a large project,
> you'd better have proper processes, *and* an ability to take heat for failure
> to comply.

We _can_ take heat, but it doesn't mean you must test us every time.

As for proper processes, show me one that will completely avoid bugs
during development, and I'm sure we will adopt it right on the spot.

> I *am* going to do what it takes for the shared result to be
> effective.

I think you would see the same efficiency if your original message
were less aggressive.

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 16:17                   ` Eli Zaretskii
@ 2007-07-10 18:23                     ` Stefan Monnier
  2007-07-11  0:27                       ` Randal L. Schwartz
  2007-07-11  3:18                       ` Stephen J. Turnbull
  0 siblings, 2 replies; 24+ messages in thread
From: Stefan Monnier @ 2007-07-10 18:23 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: lekktu, emacs-devel, Randal L. Schwartz

> As for proper processes, show me one that will completely avoid bugs
> during development, and I'm sure we will adopt it right on the spot.

Please no.  A bit of anarchy goes a long way towards enabling smoother
forward movement.

BTW, I still don't think there was anything wrong with my original code:
enabling the feature by default was done specifically so as to catch bugs
and see if people liked it.  Having it turned off now means that the
remaining bugs stay dormant.

Other than Randal who gets disproportionately annoyed by apparently random
events anyway, I haven't seen anybody consider the change as a step backward
(modulo bugs of course), so I strongly believe it should be enabled by
default at least for now to get more experience with it.  Randal can turn
the feature off since there's a variable for that.


        Stefan

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 13:29                 ` Randal L. Schwartz
  2007-07-10 16:17                   ` Eli Zaretskii
@ 2007-07-10 22:04                   ` Juanma Barranquero
  2007-07-10 23:03                     ` Juanma Barranquero
  2007-07-11  8:26                   ` tomas
  2 siblings, 1 reply; 24+ messages in thread
From: Juanma Barranquero @ 2007-07-10 22:04 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

On 7/10/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:

> I'm not willing to be responsible for *your* feelings.

My feelings where (and are) OK. I still think you were rude to Stefan, though.

             Juanma

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 22:04                   ` Juanma Barranquero
@ 2007-07-10 23:03                     ` Juanma Barranquero
  0 siblings, 0 replies; 24+ messages in thread
From: Juanma Barranquero @ 2007-07-10 23:03 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

On 7/11/07, Juanma Barranquero <lekktu@gmail.com> wrote:

> My feelings where (and are) OK. I still think you were rude to

s/wh/w/;

             Juanma

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 18:23                     ` Stefan Monnier
@ 2007-07-11  0:27                       ` Randal L. Schwartz
  2007-07-11  3:18                       ` Stephen J. Turnbull
  1 sibling, 0 replies; 24+ messages in thread
From: Randal L. Schwartz @ 2007-07-11  0:27 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:

Stefan> Other than Randal who gets disproportionately annoyed by apparently
Stefan> random events anyway, I haven't seen anybody consider the change as a
Stefan> step backward (modulo bugs of course), so I strongly believe it should
Stefan> be enabled by default at least for now to get more experience with it.
Stefan> Randal can turn the feature off since there's a variable for that.

I'll register my disagreement (again), but defer to RMS's final ruling.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 18:23                     ` Stefan Monnier
  2007-07-11  0:27                       ` Randal L. Schwartz
@ 2007-07-11  3:18                       ` Stephen J. Turnbull
  2007-07-11  3:45                         ` Stefan Monnier
  1 sibling, 1 reply; 24+ messages in thread
From: Stephen J. Turnbull @ 2007-07-11  3:18 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: lekktu, Eli Zaretskii, Randal L. Schwartz, emacs-devel

Stefan Monnier writes:

 > default at least for now to get more experience with it.  Randal can turn
 > the feature off since there's a variable for that.

But *please* change "inexistent" to "nonexistent".  I don't care if
it's dictionary-correct or not, "inexistent" hurts my eyes and ears.

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-11  3:18                       ` Stephen J. Turnbull
@ 2007-07-11  3:45                         ` Stefan Monnier
  0 siblings, 0 replies; 24+ messages in thread
From: Stefan Monnier @ 2007-07-11  3:45 UTC (permalink / raw)
  To: Stephen J. Turnbull
  Cc: lekktu, Eli Zaretskii, Randal L. Schwartz, emacs-devel

>> default at least for now to get more experience with it.  Randal can turn
>> the feature off since there's a variable for that.

> But *please* change "inexistent" to "nonexistent".  I don't care if
> it's dictionary-correct or not, "inexistent" hurts my eyes and ears.

That was changed a few days ago.


        Stefan

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

* Re: [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el
  2007-07-10 13:29                 ` Randal L. Schwartz
  2007-07-10 16:17                   ` Eli Zaretskii
  2007-07-10 22:04                   ` Juanma Barranquero
@ 2007-07-11  8:26                   ` tomas
  2 siblings, 0 replies; 24+ messages in thread
From: tomas @ 2007-07-11  8:26 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: Juanma Barranquero, emacs-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, Jul 10, 2007 at 06:29:19AM -0700, Randal L. Schwartz wrote:
> >>>>> "Juanma" == Juanma Barranquero <lekktu@gmail.com> writes:
> 
> Juanma> On 7/10/07, Randal L. Schwartz <merlyn@stonehenge.com> wrote:
> >> I'm not sure what you're objecting to at this point.  Maybe nothing.
> 
> Juanma> Same that Eli was objecting: the original rudeness [...]
[...]
> To be rude, it would have to be directed at the person.  I was pointing out a
> failed process and a failed result in the most direct manner possible [...]

FWIW, and at the danger of extending this thread, I'll add my (not very
relevant) data point. To me your first post came across as surprisingly rude,
especially knowing who you are and appreciating your writings and opinions
(otherwise I wouldn't care).

Regards
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFGlJRBBcgs9XrR2kYRAu71AJ9JPF/xEzyxXEIdexkona86cM5MAQCeIXk8
63Yc4WJwwVrYAfeF2iogfEM=
=qRlk
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2007-07-11  8:26 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-01 23:05 [BUG] CVS HEAD "find-file-confirm-inexistent-file" in lisp/files.el Randal L. Schwartz
2007-07-01 23:08 ` Randal L. Schwartz
2007-07-02 19:47 ` Richard Stallman
2007-07-02 19:51   ` Randal L. Schwartz
2007-07-03  4:24     ` Richard Stallman
2007-07-02 19:59 ` Johan Bockgård
2007-07-05 19:44   ` Stefan Monnier
2007-07-06  2:31     ` Randal L. Schwartz
2007-07-06 10:03       ` Eli Zaretskii
2007-07-06 18:59       ` Richard Stallman
2007-07-09  9:01       ` Juanma Barranquero
2007-07-09 16:01         ` Randal L. Schwartz
2007-07-09 21:14           ` Juanma Barranquero
2007-07-09 23:33             ` Randal L. Schwartz
2007-07-10 11:45               ` Juanma Barranquero
2007-07-10 13:29                 ` Randal L. Schwartz
2007-07-10 16:17                   ` Eli Zaretskii
2007-07-10 18:23                     ` Stefan Monnier
2007-07-11  0:27                       ` Randal L. Schwartz
2007-07-11  3:18                       ` Stephen J. Turnbull
2007-07-11  3:45                         ` Stefan Monnier
2007-07-10 22:04                   ` Juanma Barranquero
2007-07-10 23:03                     ` Juanma Barranquero
2007-07-11  8:26                   ` tomas

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