What is a minority
  Home FAQ Contact Sign in
Search only in:
gnu.emacs.help
 
Advanced search
MATCHING GROUPS



more...
Group Profile...
POPULAR GROUPS

more...

found 17162 articles for 0.035 sec
Re: how to have global keybinding override major/minor ones?     

Author: Lennart Borgman (gmail)
Date: Sep 17, 2008 16:53

Xah wrote: is there a way to setup emacs so that keybindings defined in the global keymap always override specific bindings in major or minor modes? I mean, so that i don't have to define hooks for every mode i might use. See (info "(elisp) Searching Keymaps")
Show full article (0.29Kb) · Show article thread
how to have global keybinding override major/minor ones?     

Author: Xah
Date: Sep 17, 2008 16:04

is there a way to setup emacs so that keybindings defined in the global keymap always override specific bindings in major or minor modes? I mean, so that i don't have to define hooks for every mode i might use. Xah ∑ http://xahlee.org/ ☄
Show full article (0.25Kb)
Re: Default minor modes     

Author: Lennart Borgman (gmail)
Date: Aug 30, 2008 05:34

...> (setq default-major-mode 'mail-mode) to set a default major mode on startup. How can I define default minor modes to be used when I change major modes or open new buffers? Use the major mode hooks. Each major mode should ... (and those I know of have) a hook that is run at the end of turning it on: (add-hook 'default-major-mode-hook 'TURN-ON-MY-MINOR-MODES)
Show full article (0.43Kb)
Default minor modes     

Author: Maurí­cio
Date: Aug 30, 2008 05:22

Hi, I use: (setq default-major-mode 'mail-mode) to set a default major mode on startup. How can I define default minor modes to be used when I change major modes or open new buffers? Thanks, Maurício
Show full article (0.22Kb)
Re: Preventing toggling off minor modes in nxhtml mumamo chunks     

Author: Niels Geuts
Date: Aug 15, 2008 22:05

...: But this did: (add-hook 'after-change-major-mode-hook 'linum-mode 'auto-fill-function) Correction. This should be: (add-hook 'after-change-major-mode-hook 'linum-mode) -- View this message in context: http://www.nabble.com/Preventing-toggling-off-minor-modes-in-nxhtml-mumamo-chunks-tp18977384p19008809.html Sent from the Emacs - Help mailing list archive at Nabble.com.
Show full article (0.41Kb)
Re: Preventing toggling off minor modes in nxhtml mumamo chunks     

Author: Niels Geuts
Date: Aug 15, 2008 22:01

... I want to use several minor modes in several nxhtml mumamo chunks, but the minor modes are toggled off in those chunks. .... There is a comment for "Minor Mode Authors". mumamo.el: ;; ;; * For functions...the difference in behaviour these two minor-modes exhibit, but with no doubt...www.nabble.com/Preventing-toggling-off-minor-modes-in-nxhtml-mumamo-chunks-tp18977384p19008791...
Show full article (1.36Kb)
Re: Preventing toggling off minor modes in nxhtml mumamo chunks     

Author: Lennart Borgman (gmail)
Date: Aug 14, 2008 17:12

Niels Geuts wrote: Hello group, I want to use several minor modes in several nxhtml mumamo chunks, but the minor modes are toggled off in those chunks. What can I do to prevent that? For instance:... What can I do to prevent this toggling off? Look in mumamo.el. There is a comment for "Minor Mode Authors".
Show full article (0.70Kb)
Preventing toggling off minor modes in nxhtml mumamo chunks     

Author: Niels Geuts
Date: Aug 14, 2008 01:06

Hello group, I want to use several minor modes in several nxhtml mumamo chunks, but the minor modes are toggled off in those chunks. What can I do to prevent that? For...-- View this message in context: http://www.nabble.com/Preventing-toggling-off-minor-modes-in-nxhtml-mumamo-chunks-tp18977384p18977384.html Sent from the Emacs - Help ...
Show full article (0.89Kb)
Re: gordy roy seems to think he's on a 'minor manic posting spree'...     

Author: Krus T. Olfard
Date: Jul 25, 2008 18:35

... think I was referring to you, gordy roy? That means that you think that you are on a 'minor manic posting spree', right? Must be, since your post shows that you believe my original post refers to you when no name was mentioned and a 'minor manic posting spree' was the only identifier used. Kinda funny... -- I'm an opinionated bastard. Everything I ...
Show full article (1.01Kb) · Show article thread
minor mode problem     

Author: Stephen Berman
Date: Jun 26, 2008 16:06

... (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2008-06-25 on escher I start with -Q and evaluate the following minor mode definition: (define-minor-mode srb-mode "Toggle srb mode." :lighter " srb" (if srb-mode (progn (message "font-lock-mode: %%s" font-lock-mode) (sit-for 1) ...
Show full article (3.28Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next