* colon in the mode-line
@ 2006-11-29 16:55 Juanma Barranquero
2006-11-29 19:01 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2006-11-29 16:55 UTC (permalink / raw)
>From man/mule.texi:
The mode line indicates whether multibyte character support is enabled
in the current buffer. If it is, there are two or more characters (most
often two dashes) before the colon near the beginning of the mode line.
When multibyte characters are not enabled, nothing precedes the colon
except a single dash.
Which colon?
/L/e/k/t/u
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: colon in the mode-line
2006-11-29 16:55 colon in the mode-line Juanma Barranquero
@ 2006-11-29 19:01 ` Eli Zaretskii
2006-11-29 23:05 ` Juanma Barranquero
0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2006-11-29 19:01 UTC (permalink / raw)
Cc: emacs-devel
> Date: Wed, 29 Nov 2006 17:55:29 +0100
> From: "Juanma Barranquero" <lekktu@gmail.com>
>
> >From man/mule.texi:
>
> The mode line indicates whether multibyte character support is enabled
> in the current buffer. If it is, there are two or more characters (most
> often two dashes) before the colon near the beginning of the mode line.
> When multibyte characters are not enabled, nothing precedes the colon
> except a single dash.
>
> Which colon?
>From man/screen.texi:
The colon after @var{cs} changes to another string in some cases.
Emacs uses newline characters to separate lines in the buffer. Some
files use different conventions for separating lines: either
carriage-return linefeed (the MS-DOS convention) or just
carriage-return (the Macintosh convention). If the buffer's file uses
carriage-return linefeed, the colon changes to either a backslash
(@samp{\}) or @samp{(DOS)}, depending on the operating system. If the
file uses just carriage-return, the colon indicator changes to either
a forward slash (@samp{/}) or @samp{(Mac)}. On some systems, Emacs
displays @samp{(Unix)} instead of the colon for files that use newline
as the line separator.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: colon in the mode-line
2006-11-29 19:01 ` Eli Zaretskii
@ 2006-11-29 23:05 ` Juanma Barranquero
2006-11-30 4:21 ` Eli Zaretskii
2006-12-01 13:23 ` Eli Zaretskii
0 siblings, 2 replies; 6+ messages in thread
From: Juanma Barranquero @ 2006-11-29 23:05 UTC (permalink / raw)
Cc: emacs-devel
On 11/29/06, Eli Zaretskii <eliz@gnu.org> wrote:
> If the buffer's file uses
> carriage-return linefeed, the colon changes to either a backslash
> (@samp{\}) or @samp{(DOS)}, depending on the operating system. If the
> file uses just carriage-return, the colon indicator changes to either
> a forward slash (@samp{/}) or @samp{(Mac)}. On some systems, Emacs
> displays @samp{(Unix)} instead of the colon for files that use newline
> as the line separator.
That's entirely my point: the description of multibyte character
support confusingly refers to a colon that some users won't ever see.
It would be better to simply refer to the first (or leftmost,
whatever) chars of the mode line, instead of them being "before the
colon".
/L/e/k/t/u
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: colon in the mode-line
2006-11-29 23:05 ` Juanma Barranquero
@ 2006-11-30 4:21 ` Eli Zaretskii
2006-12-01 13:23 ` Eli Zaretskii
1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2006-11-30 4:21 UTC (permalink / raw)
Cc: emacs-devel
> Date: Thu, 30 Nov 2006 00:05:35 +0100
> From: "Juanma Barranquero" <lekktu@gmail.com>
> Cc: emacs-devel@gnu.org
>
> That's entirely my point: the description of multibyte character
> support confusingly refers to a colon that some users won't ever see.
Patches welcome; or I will fix it myself when I have time.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: colon in the mode-line
2006-11-29 23:05 ` Juanma Barranquero
2006-11-30 4:21 ` Eli Zaretskii
@ 2006-12-01 13:23 ` Eli Zaretskii
2006-12-01 15:12 ` Juanma Barranquero
1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2006-12-01 13:23 UTC (permalink / raw)
Cc: emacs-devel
> Date: Thu, 30 Nov 2006 00:05:35 +0100
> From: "Juanma Barranquero" <lekktu@gmail.com>
> Cc: emacs-devel@gnu.org
>
> > If the buffer's file uses
> > carriage-return linefeed, the colon changes to either a backslash
> > (@samp{\}) or @samp{(DOS)}, depending on the operating system. If the
> > file uses just carriage-return, the colon indicator changes to either
> > a forward slash (@samp{/}) or @samp{(Mac)}. On some systems, Emacs
> > displays @samp{(Unix)} instead of the colon for files that use newline
> > as the line separator.
>
> That's entirely my point: the description of multibyte character
> support confusingly refers to a colon that some users won't ever see.
> It would be better to simply refer to the first (or leftmost,
> whatever) chars of the mode line, instead of them being "before the
> colon".
I fixed this.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-12-01 15:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29 16:55 colon in the mode-line Juanma Barranquero
2006-11-29 19:01 ` Eli Zaretskii
2006-11-29 23:05 ` Juanma Barranquero
2006-11-30 4:21 ` Eli Zaretskii
2006-12-01 13:23 ` Eli Zaretskii
2006-12-01 15:12 ` Juanma Barranquero
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.