Re: Possible change to startup.el

2005-03-22 Thread Richard Stallman
Having the list of languages is good, but I think we also need to include a message in the user's language (as derived from the current locale), as others have suggested. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/list

Re: Keybindings in simple.el or bindings.el ?

2005-03-22 Thread Richard Stallman
Quite a number of standard bindings are defined in simple.el. Is there some reason they are in simple.el rather than bindings.el? If not, I'll move them bindings.el for consistency. I see no reason to keep them in simple.el. ___ Emacs-dev

Re: Is iso-accents-mode obsolete

2005-03-22 Thread Richard Stallman
Some other old pre-mule files in the same directory may also be obsolete--but not necessarily all of them. Could you look around and tell me which of them you think are obsolete? ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/ma

Re: Putting auto-image-file-mode in Options menu

2005-03-22 Thread Richard Stallman
Your code looks good to me, except for one point: every major mode's symbol name should be a function that *unconditionally* switches to that mode. You've set it up so that `image-mode' is a function that usually switches to Image mode, but not always. That's not right. So I think you should lea

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread Richard Stallman
1. Set both `invisible' and `display' properties. It seems the display engine ignores the `invisible' property when the `display' property is present. But isearch still respects it. I agree that that way is the best--if we decide that the current behavior when invisible and dis

Re: How to convert char from Emacs-20 internal to UTF-8?

2005-03-22 Thread Miles Bader
It seems like you're going to an awful lot of trouble to get something to work which will already be obsolete when you're finished... Are you really confident that doing it this way is less work than simply starting with a modern version of Emacs and porting over the platform specific bits you wan

Re: term/bobcat still requires term/keyswap

2005-03-22 Thread Yoichi NAKAYAMA
At Mon, 21 Mar 2005 01:04:00 +0900, Yoichi NAKAYAMA wrote: > > At Mon, 21 Mar 2005 00:52:33 +0900, > Yoichi NAKAYAMA wrote: > > > > The change in keyswap.el: > > > > 2005-03-19 Eli Zaretskii <[EMAIL PROTECTED]> > > > > * obsolete/keyswap.el: Moved to obsolete/ from term/. > > > > bro

Re: Antialiased text on X11

2005-03-22 Thread Miles Bader
FWIW, I've added Jan's branch to my arch archive as "emacs--xft-jhd--0". -Miles -- Do not taunt Happy Fun Ball. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > It would be wrong for preview-latex, probably one of the most > important applications extensively using the display property. > > With all due respect, I have not been shown a reason to consider > that package tremendously important. All use

Re: Auto-fill-mode bug: unbreakable space lost

2005-03-22 Thread David Kastrup
Kevin Rodgers <[EMAIL PROTECTED]> writes: > Stefan Monnier wrote: >> It seems the problem is due to `back-to-indentation' which skips >> chars with a "whitespace" syntax and NBSP does have whitespace >> syntax. Maybe NBSP shouldn't have whitespace syntax. > > Whaaa? What syntax should it have in

Re: Is iso-accents-mode obsolete

2005-03-22 Thread Richard Stallman
Shouldn't we move iso-acc.el to the `obsolete' subdir? After all the input methods do basically the same, only better. I think so. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: RMAIL slows

2005-03-22 Thread Richard Stallman
#4 0x0815c07e in Fre_search_forward (regexp=1107790763, bound=1107790763, noerror=1107790763, count=1107790763) at search.c:2160 I am not sure what to do next. I tried this: You need to display the value of regexp in Lisp syntax. That is done with the pr command. Haven't you

Re: char syntax of the $ in $var

2005-03-22 Thread David Hansen
On Wed, 23 Mar 2005 09:05:18 +0900 Miles Bader wrote: > On Wed, 23 Mar 2005 00:03:51 +0100, David Hansen wrote: >> in sh-mode: the $ in $test has syntax 2 = word in perl-mode >> syntax 10 = character quote and in cperl-mode it's 9 = escape. >> > In sh, the $ is not really part of the name, so havi

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread Richard Stallman
It would be wrong for preview-latex, probably one of the most important applications extensively using the display property. With all due respect, I have not been shown a reason to consider that package tremendously important. All user program are important to some extent, but I don't see

Re: Auto-fill-mode bug: unbreakable space lost

2005-03-22 Thread Kevin Rodgers
Stefan Monnier wrote: It seems the problem is due to `back-to-indentation' which skips chars with a "whitespace" syntax and NBSP does have whitespace syntax. Maybe NBSP shouldn't have whitespace syntax. Whaaa? What syntax should it have instead? Perhaps whitespace is actually a category consisting

Re: char syntax of the $ in $var

2005-03-22 Thread Miles Bader
On Wed, 23 Mar 2005 00:03:51 +0100, David Hansen <[EMAIL PROTECTED]> wrote: > in sh-mode: the $ in $test has syntax 2 = word in perl-mode > syntax 10 = character quote and in cperl-mode it's 9 = escape. > > I think it should at least be unique (I prefer the sh-mode > version as you can move the po

Re: Antialiased text on X11

2005-03-22 Thread Miles Bader
On Sun, 20 Mar 2005 23:51:37 +0100, Jan D. <[EMAIL PROTECTED]> wrote: > Okay, I've made a branch in CVS, tag is XFT_JHD_BRANCH (jhd is my > initials). I hope I didn't breake anything in CVS :-) BTW, any time you make a branch tag, it's also good to make a corresponding non-branch `base' tag whic

Keybindings in simple.el or bindings.el ?

2005-03-22 Thread Kim F. Storm
Quite a number of standard bindings are defined in simple.el. Is there some reason they are in simple.el rather than bindings.el? If not, I'll move them bindings.el for consistency. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk ___ Emacs-d

Re: Suspicious code in gnus-read-descriptions-file

2005-03-22 Thread Jesper Harder
Stefan Monnier <[EMAIL PROTECTED]> writes: > (defun gnus-parse-active () >"Parse active info in the nntp server buffer." > - (save-excursion > -(set-buffer nntp-server-buffer) > + (with-current-buffer nntp-server-buffer > (goto-char (point-min)) Are you sure that not saving (and r

Re: Changes to gdb-ui.el

2005-03-22 Thread Kim F. Storm
Richard Stallman <[EMAIL PROTECTED]> writes: > One thing I wonder about -- when displaying something in the fringe on > a graphic display you must :inherit `fringe' to get the background > correct (otherwise it uses the `default' background); shouldn't > redisplay merge any face us

char syntax of the $ in $var

2005-03-22 Thread David Hansen
Hello, in sh-mode: the $ in $test has syntax 2 = word in perl-mode syntax 10 = character quote and in cperl-mode it's 9 = escape. I think it should at least be unique (I prefer the sh-mode version as you can move the point across variables with M-f and M-b). David

Re: Info: Why is "note" hidden by "see"?

2005-03-22 Thread Miles Bader
On Tue, 22 Mar 2005 23:19:42 +0100, David Kastrup <[EMAIL PROTECTED]> wrote: > If info formats the text and replaces "*note" with something else, it > can [expletive deleted] well equip it with some text property or > similar for finding the cross reference. This would actually speed up > the cros

Update Your Account

2005-03-22 Thread Service
Hello Dear PayPal Member! For our Security Problems You Should Update Your PayPal Account Please Click Here To Update Your Account Thanks You For Using  PayPal! The PayPal Team PayPal Email ID PP456 ___ Emacs-devel mailing list Emacs-devel@gnu.

Re: Possible change to startup.el

2005-03-22 Thread Thien-Thi Nguyen
From: Richard Stallman <[EMAIL PROTECTED]> Date: Tue, 22 Mar 2005 15:44:55 -0500 If you send a patch that does this automatically, so it won't need maintenance, we can consider it. such a patch is appended. it falls back to the original message if `data-directory' is nil for some rea

Re: Options menu

2005-03-22 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > I think this is a tempest in a teapot, and I wish people > would drop this subject and move on to fixing some of the bugs > that have recently been reported. Just FYI, Drew took this off-list with a few people copied, and basically he and I seemed to

Re: Possible change to startup.el

2005-03-22 Thread David Kastrup
"Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> Cc: [EMAIL PROTECTED], emacs-devel@gnu.org >> From: David Kastrup <[EMAIL PROTECTED]> >> Date: Tue, 22 Mar 2005 11:18:44 +0100 >> >> > Emacs Tutorial Learn-by-doing tutorial (in your language) >> >> I am afraid that it would be hyperbol

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread David Kastrup
Juri Linkov <[EMAIL PROTECTED]> writes: > David Kastrup <[EMAIL PROTECTED]> writes: >> Please don't. I can't see any advantage of breaking working packages >> right now for no currently apparent significant practical advantage. > > I agree that handling the `display' property in a way similar to

Re: Suspicious code in gnus-read-descriptions-file

2005-03-22 Thread David Kastrup
Simon Josefsson <[EMAIL PROTECTED]> writes: > Stefan Monnier <[EMAIL PROTECTED]> writes: > >> The code below looks very odd: >> >> (save-excursion >> (save-restriction >> (set-buffer nntp-server-buffer) >> (goto-char (point-min)) >> (when (or (

Re: Info: Why is "note" hidden by "see"?

2005-03-22 Thread David Kastrup
Juri Linkov <[EMAIL PROTECTED]> writes: > "Lennart Borgman" <[EMAIL PROTECTED]> writes: >> Maybe this is not the time to ask, but I simply do not understand >> why an overlay is used in the Info buffer to hide "note" and >> display "see". Why can't the text in the buffer be changed instead? >> Wo

Re: Suspicious code in gnus-read-descriptions-file

2005-03-22 Thread Simon Josefsson
Stefan Monnier <[EMAIL PROTECTED]> writes: > The code below looks very odd: > > (save-excursion > (save-restriction > (set-buffer nntp-server-buffer) > (goto-char (point-min)) > (when (or (search-forward "\n.\n" nil t) > (

Re: --without-toolkit-scroll-bars at runtime?

2005-03-22 Thread Jan D.
On Mon, 21 Mar 2005 11:28:57 -0500, Stefan Monnier <[EMAIL PROTECTED]> wrote: Similarly, it would be good to provide a Gtk "theme" that gives Xaw-like behavior (or some other: there used to be a variety of useful behaviors in various scrollbars, such as the one used in the Smalltalk machine, ...

Re: Face cache related crash!

2005-03-22 Thread Kim F. Storm
[EMAIL PROTECTED] (Johan BockgÃrd) writes: > - Run `emacs -Q -nw' > > - Evaluate > >(set-display-table-slot > standard-display-table > 'vertical-border > (let* ((face 'isearch) >(face-offset (lsh (face-id face) 19))) > (+ face-offset ?\|))) > > - Hit `C-x 3'. I

Re: Changes to gdb-ui.el

2005-03-22 Thread Richard Stallman
One thing I wonder about -- when displaying something in the fringe on a graphic display you must :inherit `fringe' to get the background correct (otherwise it uses the `default' background); shouldn't redisplay merge any face used in the fringe withh the `fringe' face during di

Re: file-name-shadow-mode

2005-03-22 Thread Richard Stallman
But /home//:~//info will *not* be treated like /:~//info. Whether it's a bug or feature, I don't know, but I find it surprising. I agree it would be more natural to change this. Just because /: suppresses special treatment of following text does not mean previous text must suppress special

Re: Options menu

2005-03-22 Thread Richard Stallman
I think this is a tempest in a teapot, and I wish people would drop this subject and move on to fixing some of the bugs that have recently been reported. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Putting auto-image-file-mode in Options menu

2005-03-22 Thread Juri Linkov
Richard Stallman <[EMAIL PROTECTED]> writes: > 2. Perhaps image-mode should be minor mode for extensions like >.xbm and .xpm which already have associated major mode c-mode >in auto-mode-alist. > > Someone else can do that. I can't find a solution better than below. With this

Re: Possible change to startup.el

2005-03-22 Thread Richard Stallman
Emacs Tutorial: bg, cn, cs, de, en, es, fr, it, ja, ko, nl, pl, pt_BR, ro, ru, sk, sl, sv, th, zh If you send a patch that does this automatically, so it won't need maintenance, we can consider it. The idea of using national flags is cute but I think it is not useful. I do

Re: man/files.texi

2005-03-22 Thread Richard Stallman
Your changes are well-written. I don't know the answers to the two questions, though. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Auto-fill-mode bug: unbreakable space lost

2005-03-22 Thread Stefan Monnier
> - Steps to reproduce with a recent CVS emacs: > start emacs -Q > switch some buffer to text-mode: M-x text-mode > activate auto-fill-mode: M-x auto-fill-mode > insert the following text: > blahblah blahblah blahblahblah blahblah blahblahblah blahblah blahblah blah > (note that the last space is

Re: Possible change to startup.el

2005-03-22 Thread Werner LEMBERG
> Wait, wouldn't it be more friendly to make this > > "Deutsches Tutorial zum schnellen Erlernen von Emacs" Urgh, why not just Kurze Einführung in Emacs It's really not necessary to emphasize `Deutsch' -- of course it would be funny to have Österreichsche Einführung in Emacs We

Re: Is iso-accents-mode obsolete

2005-03-22 Thread Johan Vromans
Stefan Monnier <[EMAIL PROTECTED]> writes: > Shouldn't we move iso-acc.el to the `obsolete' subdir? > After all the input methods do basically the same, only better. It was good when I wrote it. It can go now. -- Johan ___ Emacs-devel mailing list Em

Auto-fill-mode bug: unbreakable space lost

2005-03-22 Thread Gaetan Leurent
- Steps to reproduce with a recent CVS emacs: start emacs -Q switch some buffer to text-mode: M-x text-mode activate auto-fill-mode: M-x auto-fill-mode insert the following text: blahblah blahblah blahblahblah blahblah blahblahblah blahblah blahblah blah (note that the last space is an unbreakab

Re: Minor enhancement to font-look keywords of perl-mode

2005-03-22 Thread Stefan Monnier
> -'("&\\(\\sw+\\)" 1 font-lock-function-name-face) > +'("&\\(\\sw+\\(::\\sw+\\)*\\)" 1 font-lock-function-name-face) > ;; Additionally underline non-scalar variables. Maybe this is a bad > idea. > ;;'("[EMAIL PROTECTED](\\sw+\\)" 1 font-lock-variable-name-face) > -'("[$*]{?

solved: Highlighting with Emacs-cvs

2005-03-22 Thread Jochen Küpper
Embarrassingly enough, my problem was a stale , | (setq font-lock-keywords 't) ` in my .Emacs (which I was even to stupid to find using C-s). Taking that line out resolved the problem; moreover don't I have any idea why it was there in the first place. (I also don't see why it does make a

Re: Possible change to startup.el

2005-03-22 Thread Eli Zaretskii
> Date: Tue, 22 Mar 2005 15:24:27 +0900 > From: Miles Bader <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], emacs-devel@gnu.org > > On Tue, 22 Mar 2005 06:55:13 +0200, Eli Zaretskii <[EMAIL PROTECTED]> wrote: > > Emacs TutorialLearn-by-doing tutorial (in your language) > > How abou

Re: Possible change to startup.el

2005-03-22 Thread Eli Zaretskii
> Cc: [EMAIL PROTECTED], emacs-devel@gnu.org > From: David Kastrup <[EMAIL PROTECTED]> > Date: Tue, 22 Mar 2005 11:18:44 +0100 > > > Emacs TutorialLearn-by-doing tutorial (in your language) > > I am afraid that it would be hyperbole to quite a few people. We > don't have every lan

Re: RMAIL slows

2005-03-22 Thread Stefan Monnier
> re_match_2_internal > ... is the inner function that does regexp matching. Could you > please show a backtrace of the inner 5 or 10 C stack frames that call > it? Then we will see which C primitive was called. > Also, by looking at the args to that C primitive, you

Suspicious code in gnus-read-descriptions-file

2005-03-22 Thread Stefan Monnier
The code below looks very odd: (save-excursion (save-restriction (set-buffer nntp-server-buffer) (goto-char (point-min)) (when (or (search-forward "\n.\n" nil t) (goto-char (point-max))) (beginning-of-line)

Re: Possible change to startup.el

2005-03-22 Thread Jason Rumney
David Kastrup wrote: And it may also be annoying to, say, the Swiss who get to see flags of a bunch of different nations for the languages they speak themselves. More so to the English, who rarely get even a Union Jack to represent their language, let alone the George's Cross. Flags are a terr

Is iso-accents-mode obsolete

2005-03-22 Thread Stefan Monnier
Shouldn't we move iso-acc.el to the `obsolete' subdir? After all the input methods do basically the same, only better. Stefan ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Info: Why is "note" hidden by "see"?

2005-03-22 Thread Juri Linkov
"Lennart Borgman" <[EMAIL PROTECTED]> writes: > Maybe this is not the time to ask, but I simply do not understand why an > overlay is used in the Info buffer to hide "note" and display "see". Why > can't the text in the buffer be changed instead? Would not that be better > for the search functions?

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread Juri Linkov
David Kastrup <[EMAIL PROTECTED]> writes: > Please don't. I can't see any advantage of breaking working packages > right now for no currently apparent significant practical advantage. I agree that handling the `display' property in a way similar to the `invisible' property could break existing pa

Re: generic-x needs to require generic

2005-03-22 Thread Lute Kamstra
Andreas Schwab <[EMAIL PROTECTED]> writes: [...] > Because bootstrap-emacs does not have the newest autoloads > preloaded, but rather the old ones from ldefs-boot.el. I see. Tricky stuff. [...] > I've now updated lips/ldefs-boot.el and removed the require from > generic-x.el again. Thanks!

Re: How to convert char from Emacs-20 internal to UTF-8?

2005-03-22 Thread Adrian Robert
On Mar 16, 2005, at 12:19 PM, Stefan Monnier wrote: I apologize for the "retro" question, but I was wondering if there was an easy way to convert a character in the Emacs-20 internal 19-bit encoding (from FAST_GLYPH_CHAR(glyph)) to UTF-8 (preferable) or straight Unicode. I'd like to do it fully

Minor enhancement to font-look keywords of perl-mode

2005-03-22 Thread JUAN-LEON Lahoz Garcia
Hi. When perl-mode decides to fontify variables and functions by looking at the syntax prefix ($ or &) in a word, it does not take into account that maybe the variable or function can be of an external module. So in expresions "$Foo::bar" or "&Foo:bar" only "Foo" is fontified. This looks ackward

Re: generic-x needs to require generic

2005-03-22 Thread Andreas Schwab
Lute Kamstra <[EMAIL PROTECTED]> writes: > The warnings indicate that the define-generic-mode macro is not > defined when generic-x.el is compiled. define-generic-mode is an > autoloaded macro in generic.el and it seems that autoloads for > generic.el are created. So why isn't generic loaded whe

Re: Info: Why is "note" hidden by "see"?

2005-03-22 Thread David Kastrup
"Lennart Borgman" <[EMAIL PROTECTED]> writes: > (Sorry for making a new thread, i have deleted the old messages about this > issue.) > > Maybe this is not the time to ask, but I simply do not understand > why an overlay is used in the Info buffer to hide "note" and display > "see". Why can't the t

Info: Why is "note" hidden by "see"?

2005-03-22 Thread Lennart Borgman
(Sorry for making a new thread, i have deleted the old messages about this issue.) Maybe this is not the time to ask, but I simply do not understand why an overlay is used in the Info buffer to hide "note" and display "see". Why can't the text in the buffer be changed instead? Would not that be be

Re: Face cache related crash!

2005-03-22 Thread Lennart Borgman
- Original Message - From: "Johan Bockgård" <[EMAIL PROTECTED]> > - Run `emacs -Q -nw' > > - Evaluate > >(set-display-table-slot > standard-display-table > 'vertical-border > (let* ((face 'isearch) >(face-offset (lsh (face-id face) 19))) > (+ face-offset

Re: generic-x needs to require generic

2005-03-22 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > Luc Teirlinck <[EMAIL PROTECTED]> writes: > >> What is the purpose of the following change to generic-x, which breaks >> bootstrapping: >> >> * generic-x.el: Don't prevent compilation. Don't require generic. >> Follow coding conventions. Minor

Re: RMAIL slows

2005-03-22 Thread Robert J. Chassell
re_match_2_internal ... is the inner function that does regexp matching. Could you please show a backtrace of the inner 5 or 10 C stack frames that call it? Then we will see which C primitive was called. Also, by looking at the args to that C primitive, you can see

Re: Antialiased text on X11

2005-03-22 Thread David Kastrup
Oliver Scholz <[EMAIL PROTECTED]> writes: > Stefan <[EMAIL PROTECTED]> writes: > >>> Just one issue that might come up later. I would be grateful if >>> you'd also think about ways to customize AA per font and/or face >>> along the way; provided that this is feasible at all. >> >> AFAIK this can b

Face cache related crash!

2005-03-22 Thread Johan Bockgård
- Run `emacs -Q -nw' - Evaluate (set-display-table-slot standard-display-table 'vertical-border (let* ((face 'isearch) (face-offset (lsh (face-id face) 19))) (+ face-offset ?\|))) - Hit `C-x 3'. -- Program received signal SIGSEGV, Segmentation fault. turn_on_f

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > The simplest solution is to treat the `display' property like > `invisible' property and to skip the text displayed over the > original text. > > I think that is the right thing to do. It would be wrong for preview-latex, probably one of

Re: Antialiased text on X11

2005-03-22 Thread Oliver Scholz
Stefan <[EMAIL PROTECTED]> writes: >> Just one issue that might come up later. I would be grateful if you'd >> also think about ways to customize AA per font and/or face along the >> way; provided that this is feasible at all. > > AFAIK this can be controlled globally (for all Xft apps) with the c

Re: --without-toolkit-scroll-bars at runtime?

2005-03-22 Thread Ehud Karni
On Mon, 21 Mar 2005 02:36:08 +0100, David Kastrup <[EMAIL PROTECTED]> wrote: > you can't control the scroll > amount to get just the right window start for getting a > block/function/loop fully on-screen. Something which, by the way, is > also hard to do by

Re: Antialiased text on X11

2005-03-22 Thread Stefan
> Just one issue that might come up later. I would be grateful if you'd > also think about ways to customize AA per font and/or face along the > way; provided that this is feasible at all. AFAIK this can be controlled globally (for all Xft apps) with the config file (whose name escapes me just now

Re: RMAIL slows

2005-03-22 Thread Richard Stallman
The primitive that appears in the backtraces from the older instance, but not the newer is re_match_2_internal which is in emacs/src/regex.c. That is the inner function that does regexp matching. Could you please show a backtrace of the inner 5 or 10 C stack frames that ca

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread Richard Stallman
The simplest solution is to treat the `display' property like `invisible' property and to skip the text displayed over the original text. I think that is the right thing to do. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.o

Re: Build failure under linux (21.03.2005)

2005-03-22 Thread Richard Stallman
Somehow, after trying another `cvs -q -z3 up -dP', and getting no output, the build with exactly the same command as below, worked. I'm glad it worked. When you speak of the operating system that is basically the GNU system with Linux added, would you please call it "GNU/Linux"? If you c

Re: Possible change to startup.el

2005-03-22 Thread Richard Stallman
! Emacs TutorialLearn-by-doing tutorial (in many languages) ! for using Emacs efficiently. Plesae make the change. But I suggest ! Emacs TutorialLearn-by-doing tutorial for using Emacs efficiently. ! The Tutor

Re: Possible change to startup.el

2005-03-22 Thread Juri Linkov
Miles Bader <[EMAIL PROTECTED]> writes: > On Tue, 22 Mar 2005 17:15:35 +0900 (JST), Kenichi Handa <[EMAIL PROTECTED]> > wrote: >> What kind of flag do you mean? If you mean "national flag", >> I think it's a very bad idea. > > Why? There is a good article explaining why using country flags as sy

Re: Antialiased text on X11

2005-03-22 Thread Oliver Scholz
"Jan D." <[EMAIL PROTECTED]> writes: [...] > I have started on Xft support, Just one issue that might come up later. I would be grateful if you'd also think about ways to customize AA per font and/or face along the way; provided that this is feasible at all. AA may look good, but it also makes th

Re: Possible change to startup.el

2005-03-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Miles Bader <[EMAIL PROTECTED]> writes: > On Tue, 22 Mar 2005 17:15:35 +0900 (JST), Kenichi Handa <[EMAIL PROTECTED]> > wrote: >> > If you've got flag icons, then it could be "in LANGUAGE (FLAG)" for >> > even more super-standout appeal... >> >> What kind of f

Re: --without-toolkit-scroll-bars at runtime?

2005-03-22 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > how difficult would it be to make "--without-toolkit-scroll-bars" a > runtime instead of or in addition to being a compile-time option? > > It would be quite hard, and I don't want to do it. Well, then I should probably get back to nagging GT

Re: Todays exercise of sanity (or does "see" really match "not"?)

2005-03-22 Thread David Kastrup
Miles Bader <[EMAIL PROTECTED]> writes: > On Mon, 21 Mar 2005 15:20:34 -0800, Drew Adams <[EMAIL PROTECTED]> wrote: >> In reply to David's point about preview-latex needing to search and find the >> meta-text: I agree that programs need to be able to find meta-text. The >> point is to separate suc

Re: Possible change to startup.el

2005-03-22 Thread David Kastrup
Miles Bader <[EMAIL PROTECTED]> writes: > On Tue, 22 Mar 2005 17:15:35 +0900 (JST), Kenichi Handa <[EMAIL PROTECTED]> > wrote: >> > If you've got flag icons, then it could be "in LANGUAGE (FLAG)" for >> > even more super-standout appeal... >> >> What kind of flag do you mean? If you mean "natio

Re: --without-toolkit-scroll-bars at runtime?

2005-03-22 Thread Miles Bader
On Mon, 21 Mar 2005 11:28:57 -0500, Stefan Monnier <[EMAIL PROTECTED]> wrote: > Similarly, it would be good to provide a Gtk "theme" that gives Xaw-like > behavior (or some other: there used to be a variety of useful behaviors in > various scrollbars, such as the one used in the Smalltalk machine,

Re: Possible change to startup.el

2005-03-22 Thread David Kastrup
"Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> From: Thien-Thi Nguyen <[EMAIL PROTECTED]> >> Date: Mon, 21 Mar 2005 15:50:14 -0500 >> Cc: emacs-devel@gnu.org >> >>From: David Kastrup <[EMAIL PROTECTED]> >>Date: Mon, 21 Mar 2005 19:44:37 +0100 >> >>! Emacs Tutorial Learn-by-d

Re: Possible change to startup.el

2005-03-22 Thread Miles Bader
On Tue, 22 Mar 2005 17:15:35 +0900 (JST), Kenichi Handa <[EMAIL PROTECTED]> wrote: > > If you've got flag icons, then it could be "in LANGUAGE (FLAG)" for > > even more super-standout appeal... > > What kind of flag do you mean? If you mean "national flag", > I think it's a very bad idea. Why?

Re: generic-x needs to require generic

2005-03-22 Thread Lute Kamstra
Luc Teirlinck <[EMAIL PROTECTED]> writes: > What is the purpose of the following change to generic-x, which breaks > bootstrapping: > > * generic-x.el: Don't prevent compilation. Don't require generic. > Follow coding conventions. Minor code cleanup. > > I am referring to the "Don't

Re: Possible change to startup.el

2005-03-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Miles Bader <[EMAIL PROTECTED]> writes: > If you've got flag icons, then it could be "in LANGUAGE (FLAG)" for > even more super-standout appeal... What kind of flag do you mean? If you mean "national flag", I think it's a very bad idea. --- Ken'ichi HANDA [EMAIL P

Fw:

2005-03-22 Thread info
$B40A4L5NA3NDj!*!*!*(B $B:#$^$G!"[EMAIL PROTECTED],(B $B9%I>$K$D$-!"A49q3HBg!*!*:#$,%A%c%s%9$G$9!#(B $B"(%3%3$KEPO?$7$F$k=w$N;R$OK\Ev$G$9!#(B 1.$B5U!{=u4uK>[EMAIL PROTECTED](B 2.$B#S#M4uK>[EMAIL PROTECTED](B 3.$B:#F|[EMAIL PROTECTED](B 4.$BITNQ4uK>[EMAIL PROTECTED](B [EMAIL PR