[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs -q -nw --color=never
From: |
Eli Zaretskii |
Subject: |
Re: emacs -q -nw --color=never |
Date: |
Wed, 24 Sep 2003 20:35:52 +0200 |
> From: Richard Stallman <address@hidden>
> Date: Wed, 24 Sep 2003 08:47:04 -0400
>
> I see you made some changes that would fix this bug, but there
> are other bugs too.
>
> What do you think of this version?
AFAICS, the only real change is this fragment that is absent in the
current codebase:
> /* Canonicalize negative numbers to -1. */
> if (mode < 0)
> mode = -1;
I don't really object, but what problem would that solve? The value
of `mode' is not supposed to be negative unless it's -1.
Did I miss any other changes in the version you suggested?
Re: emacs and libxml2 (for emacs w3), Alex Schroeder, 2003/09/25
Re: emacs -q -nw --color=never, Robert J. Chassell, 2003/09/21
Re: emacs -q -nw --color=never, Richard Stallman, 2003/09/22
- Re: emacs -q -nw --color=never, Eli Zaretskii, 2003/09/22
- Re: emacs -q -nw --color=never, Richard Stallman, 2003/09/24
- Re: emacs -q -nw --color=never,
Eli Zaretskii <=
- Re: emacs -q -nw --color=never, Richard Stallman, 2003/09/25
- Re: emacs -q -nw --color=never, Eli Zaretskii, 2003/09/27
- Re: emacs -q -nw --color=never, Richard Stallman, 2003/09/28
- Re: emacs -q -nw --color=never, Eli Zaretskii, 2003/09/28
- Re: emacs -q -nw --color=never, Richard Stallman, 2003/09/29