Re: Default position of the vertical scroll bar w/ GTK toolkit

2005-08-15 Thread Stephan Stahl
Hi Eli. Eli Zaretskii said: > I think the MS-Windows ``toolkit'' simply does not allow placing the > scroll bar on the left. It does.. i have configured it that way in my .emacs :) Regards, -- Stephan Stahl ___ Emacs-devel mailing

Re: RMAIL settings [was: Re: w32 does not have emacsclient/server]

2005-08-08 Thread Stephan Stahl
global variable. Regards, -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: w32 does not have emacsclient/server

2005-08-06 Thread Stephan Stahl
post it here if you could need the info. However i'm no longer sure which of the settings are required and which go beyond "basic setup". Regard, -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

simple.el 1.715 broke previous-line and next-line

2005-05-01 Thread Stephan Stahl
Lisp error: (args-out-of-range 0 0) get-char-property(0 invisible) line-move-invisible-p(0) line-move-1(-1 nil nil) line-move(-1 nil nil 1) byte-code("Â[É $‡" [arg try-vscroll line-move nil] 5) previous-line(1 1) call-interactively(previous-lin

Re: ansi-color.el and comint.el

2005-04-26 Thread Stephan Stahl
t to (ansi-color-process-output) When comint.el is already loaded comint-output-filter-functions is set to (ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) -- Stephan Stahl ___ Emacs-devel mailin

ansi-color.el and comint.el

2005-04-26 Thread Stephan Stahl
ions nil) (add-hook 'comint-output-filter-functions 'comint-watch-for-password-prompt) (add-hook 'comint-output-filter-functions 'comint-postoutput-scroll-to-bottom) or have ansi-color.el require comint. If anyone else thinks t

Re: desktop.el not playing nice

2005-04-18 Thread Stephan Stahl
Hi Richard. Richard Stallman said: > 1. Just change --no-desktop to disabel desktop-save-mode. > > I think that is the right change. How about this? Lars Hansen commited a patch that does just this sligthly diffrent.. -- Step

Re: desktop.el not playing nice

2005-04-18 Thread Stephan Stahl
- 763,769 (format ", %d to restore lazily" (length desktop-buffer-args-list)) "")) ! (desktop-save-mode 1)) ;; No desktop file found. (desktop-clear) (let ((default-directo

desktop.el not playing nice

2005-04-17 Thread Stephan Stahl
d overwrite my old desktop file. I work around this by starting emacs --no-desktop --eval "(customize-set-variable 'desktop-enable nil)" but this seems like a pitfall for emacs starters. Maybe --no-desktop should disable desktop-save-mode? What do others think? -- Stephan Stahl

Re: should xterm-mouse-mode be on by default?

2005-04-14 Thread Stephan Stahl
use it is xterm that controlls this aspect.. -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: whitespace.el does not seem to delete its overlays

2005-04-10 Thread Stephan Stahl
Richard Stallman said: > Now I understand what you want it to do. > Does this replacement function make it work right? Yes it does work correct now. Thank you. -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.g

Re: whitespace.el does not seem to delete its overlays

2005-04-10 Thread Stephan Stahl
ing all the "wrong" whitespaces not just the last one. Now whitespace.el does not seem to be that useful anymore. I'll try to find some time to get to know whitespace.el better and change this :-). -- Stephan Stahl ___ Emacs-devel mail

Re: whitespace.el does not seem to delete its overlays

2005-04-09 Thread Stephan Stahl
code from my other mail but did copy the line several times and now after i run M-x whitespace-buffer only the last line shows the whitespace-highlight-face. -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/l

Re: something wrong with faces?

2005-04-09 Thread Stephan Stahl
Hi Luc. Luc Teirlinck said: > Stephan Stahl wrote: >cvs emacs from just a few seconds ago: >emacs -Q >M-; (load-library "shell") >Debugger entered--Lisp error: (error "Unknown req `(background dark)' with > options `nil'") > >

something wrong with faces?

2005-04-08 Thread Stephan Stahl
;Directory support in shell mode" shell-faces "Faces in shell buffers"] 8) load("shell") load-library("shell") eval((load-library "shell")) eval-expression((load-library "shell") nil) call-interactively(eval-expression) -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: whitespace.el does not seem to delete its overlays

2005-04-08 Thread Stephan Stahl
last overlay survives. I tried the example code from my other mail but did copy the line several times and now after i run M-x whitespace-buffer only the last line shows the whitespace-highlight-face. -- Stephan Stahl ___ Emacs-devel mailing list Ema

whitespace.el does not seem to delete its overlays

2005-04-08 Thread Stephan Stahl
enabled because then whitespace-buffer is called from a timer. -- Stephan Stahl test.c Description: Binary data ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: show_help_echo truncates unconditionally

2005-03-31 Thread Stephan Stahl
hat string under !the mouse pointer. OK_TO_OVERWRITE_KEYSTROKE_ECHO non-zero means it's okay if the help echo overwrites a keystroke echo currently displayed in the echo Diff finished. Fri Apr 01 09:36:37 2005 -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: which-func-mode again

2005-03-31 Thread Stephan Stahl
; were not interfering with each other. Now I've looked at the code > and see that they don't. So I think this change is the right fix. That's good. Thanks for checking. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-de

mouse-1-click-follows-link with disabled tooltips

2005-03-30 Thread Stephan Stahl
entation for show_help_echo is not good enough but maybe it would be better to implement the replacing in this function? Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: show_help_echo truncates unconditionally

2005-03-30 Thread Stephan Stahl
help-function. This mechanism is used to popup tooltips. When show-help-function is nil (like on text only displays or when tooltip-mode is disabled) show_help_echo does the job itself by displaying those strings in the echo-area. Maybe Stefan can add something to my ex

Re: which-func-mode again

2005-03-30 Thread Stephan Stahl
vel archives search *which-func*) are much older. Hope i did not cause any confusion by misunderstanding you. In case someone finds a better solution remember to remove the old patch.. Stephan -- Stephan Stahl ___ Emacs-devel mailing lis

Re: show_help_echo truncates unconditionally

2005-03-29 Thread Stephan Stahl
lp-message? Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

show_help_echo truncates unconditionally

2005-03-28 Thread Stephan Stahl
Vshow_help_echo_truncate = Qt; DEFVAR_LISP ("disable-point-adjustment", &Vdisable_point_adjustment, doc: /* If non-nil, suppress point adjustment after executing a command. Diff finished. Tue Mar 29 07:58:31 2005 -- Stephan Stahl _

which-func-mode again

2005-03-28 Thread Stephan Stahl
Hi. Would someone please apply this patch? http://lists.gnu.org/archive/html/emacs-devel/2005-03/msg00105.html Richard seemed to think the patch is ok and no one else objected http://lists.gnu.org/archive/html/emacs-devel/2005-03/msg00185.html Thanks Stephan -- Stephan Stahl

Re: Popup problems with GTK

2005-03-24 Thread Stephan Stahl
Hi Jan. Jan D. said: > My patch only makes Emacs not hang. Emacs can not make it "work" > without modifying either GTK or Gnome. The Ctrl highlightning is > simply badly done. Ok, then i simply misunderstood you other mail. Thanks for you help. Stepha

Re: Popup problems with GTK

2005-03-24 Thread Stephan Stahl
Hi Jan. Stephan Stahl said: > thing.. I'll try your patch and report back.. This is very strange.. emacs -Q C-mouse-3 does nothing but " is undefined" is shown in the echo area. C-h k C-mouse-3 DOES show the usual/right screen. When i disable "Ctrl Highlighting" bo

Re: Popup problems with GTK

2005-03-24 Thread Stephan Stahl
t tried to omit the --with-gtk part and without this the popup's toplevel entries work for me. Choosing a buffer after C-mouse-1 did work, some submenu ala C-mouse-3 did not work. Strange thing.. I'll try your patch and report back.. Thanks, Stephan -- Stephan Stahl __

Popup problems with GTK

2005-03-24 Thread Stephan Stahl
the popup does just work.. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Should C-mouse-3 binding in calendar be removed?

2005-03-24 Thread Stephan Stahl
calendar-mode-map [C-down-mouse-3] calendar-mouse-3-map) from cal-menu.el helps. A quick grep for C-\(down-\)?mouse-3 shows this seems to be the only binding of C-mouse-3 besides the global one. Would someone do it if no one objects? Thanks, Stephan -- Stephan Stahl

dired-x.texi is wrong about default-directory

2005-03-21 Thread Stephan Stahl
ed-default-directory Function with usage like variable @code{default-directory}, but knows about the special cases in variable @code{default-directory-alist}. @end table Diff finished. Mon Mar 21 14:05:54 2005 -- Stephan Stahl ___ Emacs-devel mail

Re: Should shell-quote-argument really use (eq system-type'windows-nt)?

2005-03-12 Thread Stephan Stahl
Hi David. David Kastrup said: >> I have not tested your change but I think your idea is good. > > Seconded. We don't want to _force_ w32 users to use bad shells. So should this be commited? Stephan -- Stephan Stahl ___ Emacs-d

Re: obscure Emacs redisplay bug (Windows?)

2005-03-09 Thread Stephan Stahl
ood results? I'm using the same version (but running wxp): GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600) of 2005-01-30 on NONIQPC and emacs -q --no-site-init shows a menubar. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: obscure Emacs redisplay bug (Windows?)

2005-03-09 Thread Stephan Stahl
ood results? I'm using the same version (but running wxp): GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600) of 2005-01-30 on NONIQPC and emacs -q --no-site-init shows a menubar. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Tooltips on w32 slow and strange

2005-03-08 Thread Stephan Stahl
cursor does blink. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Tooltips on w32 slow and strange

2005-03-08 Thread Stephan Stahl
re i could start looking for clues? So far my knowledge of the emacs internals is very low.. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Should shell-quote-argument really use (eq system-type 'windows-nt)?

2005-03-07 Thread Stephan Stahl
lt (substring argument start) "\"")) ! (if (string-match shell-dumb-shell-regexp shell-file-name) (concat "\"" argument "\"") (if (equal argument "") "''" Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: empty .emacs disables which-func-mode

2005-03-03 Thread Stephan Stahl
which then cancel which-func-mode. A easy way to reproduce this is: emacs -Q C-h v which-function-mode -> nil M-x which-func-mode C-h v which-function-mode -> t load empty .emacs C-x C-f /.emacs /.emacs should not exists and is empty.. C-h v which-function-mode -> nil Stephan

empty .emacs disables which-func-mode

2005-03-02 Thread Stephan Stahl
ich-function-imenu-failed t))) -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Typo in docstring for variable indicate-buffer-boundaries

2005-02-25 Thread Stephan Stahl
t' or `right', both angle and arrow bitmaps are displayed in the left or right fringe, resp. Any other value ! that doesn't look like an alist means display the angle bitmaps in the left fringe but no arrows. You can exercise more precise control b

Re: dired: it is actually a marked file off the screen you will acton

2005-02-17 Thread Stephan Stahl
ors for the prompt when acting on marked/current file. Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Tooltips on w32 slow and strange

2005-02-15 Thread Stephan Stahl
Hi Jason. Jason Rumney said: > Stephan Stahl wrote: >>Now try doing the same thing but using C-x 5 o to switch the frames will >>cause the popup to work just fine. Does C-x 5 o some thing special >>compared to Alt-tab? >> > It gives focus to an Emacs window.

Re: Tooltips on w32 slow and strange

2005-02-15 Thread Stephan Stahl
is possible..) Now try doing the same thing but using C-x 5 o to switch the frames will cause the popup to work just fine. Does C-x 5 o some thing special compared to Alt-tab? Maybe this will help someone.. Stephan -- Stephan Stahl ___ Emacs-d

Re: Tooltips on w32 slow and strange

2005-02-14 Thread Stephan Stahl
so there should be done something.. I have never noticed this mess when creating frames via C-x 5 2. Maybe we can find out the differences between that and tooltips? Stephan -- Stephan Stahl ___ Emacs-devel mailing list Emacs-devel@gnu

Re: Tooltips on w32 slow and strange

2005-02-14 Thread Stephan Stahl
r as i understand tooltips on w32 emacs does not use normal w32-tooltips but special emacs frames that are stripped of everything (modeline, toolbar, minibuffer,...). Maybe this could be changed.. Stephan -- Stephan Stahl ___ Emacs-devel mailing list

autoloading of defvaralias possible?

2005-02-09 Thread Stephan Stahl
what i came up with: (or (and (boundp 'disabled-command-function) (setq disabled-command-function nil)) (and (boundp 'disabled-command-hook) (setq disabled-command-hook nil))) -- Stephan Stahl ___ Emacs-devel mailing

Better dafault for comint-completion-addsuffix

2005-02-09 Thread Stephan Stahl
and files on m$ windows. I thought about using system-type but i (and surely others) sometimes use a native emacs with cygwin where this would not work. Is this useful? Could it be improved? Thanks, Stephan -- Stephan Stahl ___ Emacs-devel ma