Jurta
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
Re: turning colors off     

Group: gnu.emacs.help · Group Profile · Search for Jurta in gnu.emacs.help
Author: Tim X
Date: Feb 12, 2008 23:46

...lock 0) is insufficient to do what I want. (There is a long thread on emacs-devel about it when I reported this in August 2007.) The best approach for me was suggested by Juri Linkov (jurta.org), which is to explicitly reset all faces, except for the mode line. Here is the code, mostly written by him. Hope this helps. karl ;; Kill all faces except mode lines ...
Show full article (2.67Kb) · Show article thread
Re: turning colors off     

Group: gnu.emacs.help · Group Profile · Search for Jurta in gnu.emacs.help
Author: Karl Berry
Date: Feb 12, 2008 16:08

...-lock 0) is insufficient to do what I want. (There is a long thread on emacs-devel about it when I reported this in August 2007.) The best approach for me was suggested by Juri Linkov (jurta.org), which is to explicitly reset all faces, except for the mode line. Here is the code, mostly written by him. Hope this helps. karl ;; Kill all faces except mode lines (defun my-faces-fix...
Show full article (1.58Kb)
Re: icons for filetype in dired     

Group: gnu.emacs.help · Group Profile · Search for Jurta in gnu.emacs.help
Author: Juri Linkov
Date: Nov 25, 2007 13:35

...(setq overlay (car (delq nil (mapcar (lambda (o) (and (overlay-get o 'put-image) o)) (overlays-in (point) (1+ (point))))))) (overlay-put overlay 'file file) (overlay-put overlay 'icon-file icon-file)))))) (add-hook 'dired-after-readin-hook 'dired-insert-file-icons) -- Juri Linkov http://www.jurta.org/emacs/
Show full article (1.46Kb) · Show article thread
Re: Changing horizontal window split default to vertical?     

Group: gnu.emacs.help · Group Profile · Search for Jurta in gnu.emacs.help
Author: Alexey Pustyntsev
Date: Feb 20, 2007 05:39

... windows like I want to. But does not change the startup behaviour. Stephan Thanks to Juri Linkov, I borrowed the following code from his nice site http://www.jurta.org/emacs (add-hook 'after-init-hook (lambda () ;; Show home directory on left pane, and last visited file on right (split-window-horizontally) (dired (my-home ?h...
Show full article (0.98Kb)