Unbindable
  Home FAQ Contact Sign in
Search only in:
gnu.emacs.help
 
Advanced search
MATCHING GROUPS



more...
Group Profile...
POPULAR GROUPS

more...

found 32 articles for 0.000 sec
RE: turn off file and print sharing if part off a domain     

Author: Anteaus
Date: Jun 30, 2008 08:51

I would not advise that anyway. Three possible approaches: Set the firewall to not allow this as an excepton. Stop the Server service. Unbind (untick) File and Printer Sharing in the LAN card's properties. None of these should prevent the computer from accessing server shares, though they might prevent it from browsing the network for peer shares. -------------------------- "...
Show full article (0.86Kb) · Show article thread
Re: "reduced-mode" wanted     

Author: Giles Chamberlin
Date: Jun 30, 2008 03:11

Ali Pang <ali_pang@hotmail.com> writes: Would I just need an .emacs here? I.e. could I disable key chords by simply unbinding all keys? (And in that case, is there any easy way to do this?) Have a look at disabling commands: (info "(emacs) Disabling") -- Giles
Show full article (0.28Kb) · Show article thread
"reduced-mode" wanted     

Author: Ali Pang
Date: Jun 26, 2008 05:20

...? Also adding windows-like keys etc would be perfect, like ctrl+x/c/v, and anything else I might have forgotten. Would I just need an .emacs here? I.e. could I disable key chords by simply unbinding all keys? (And in that case, is there any easy way to do this?) I will use this in combination with the latex-mode, using a simplified version of latex (i.e. they will be using new commands ...
Show full article (1.03Kb)
Easier Window Switching in Emacs     

Author: deech
Date: Apr 27, 2008 16:26

... makes this happen. Please note that this destroys C-t which is by default bound to transpose-char. If you use this a lot try another prefix key. ;;Make window switching a little easier. C-x-o is a pain. ;;Unbind C-t. I don't really care about transposing chars. (global-unset-key "\C-t") ;; Turn C-t into a prefix key (define-prefix-command 'ctrl-t-prefix) ;; And within C-t bind vi-style ...
Show full article (0.93Kb)
Re: How to insert space in minibuffer while in completing-read ?     

Author: Brian Adkins
Date: Mar 7, 2008 15:34

On Mar 7, 5:09 pm, "Drew Adams" <drew.ad...@oracle.com> wrote: I suppose my question is how to unbind the <space> key from the minibuffer-complete-word command when invoking the timeclock-in command? C-q SPC Sure, you can quote each space character with `C-q'. Or you can fix Emacs to do what you want all the time. Emacs users should be able to type space...
Show full article (1.73Kb) · Show article thread
RE: How to insert space in minibuffer while in completing-read ?     

Author: Drew Adams
Date: Mar 7, 2008 14:09

> I suppose my question is how to unbind the <space> key from the minibuffer-complete-word command when invoking the timeclock-in command? C-q SPC Sure, you can quote each space character with `C-q'. Or you can fix Emacs to do what you want all the time. Emacs users should be able to type space chars in minibuffer input. Period. Emacs 22 finally allows that for file-name...
Show full article (1.56Kb) · Show article thread
Re: How to insert space in minibuffer while in completing-read ?     

Author: Brian Adkins
Date: Mar 7, 2008 13:53

On Mar 7, 4:26 pm, Pascal Bourguignon <p...@informatimago.com> wrote: Brian Adkins <lojicdot...@gmail.com> writes: I suppose my question is how to unbind the <space> key from the minibuffer-complete-word command when invoking the timeclock-in command? C-q SPC Thanks, that's a much simpler work around than mine :) That would work for most of my timeclock projects (0 to...
Show full article (1.04Kb) · Show article thread
Re: How to insert space in minibuffer while in completing-read ?     

Author: Pascal Bourguignon
Date: Mar 7, 2008 13:26

Brian Adkins <lojicdotcom@gmail.com> writes: I suppose my question is how to unbind the <space> key from the minibuffer-complete-word command when invoking the timeclock-in command? C-q SPC -- __Pascal Bourguignon__ http://www.informatimago.com/ Litter box not here. You must have moved it again. I'll poop in the sink.
Show full article (0.35Kb) · Show article thread
How to insert space in minibuffer while in completing-read ?     

Author: Brian Adkins
Date: Mar 7, 2008 12:41

... bar, but I can't then type a space. My temporary work around was to do the following: (global-set-key (kbd "C-#") (lambda () (interactive) (insert-char ?\s 1))) and then press C-# instead of <space> while in the minibuffer, and that works fine :) I suppose my question is how to unbind the <space> key from the minibuffer-complete-word command when invoking the timeclock-in command?
Show full article (1.03Kb)
Re: Unbinding Delete in MT-NW groups window     

Author: David Emme
Date: Feb 6, 2008 06:35

In article <barmar-7B7153.16155605022008@comcast.dca.giganews.com>, Barry Margolin <barmar@alum.mit.edu> wrote: [...] Occasionally I'll lose track of which one is the current app, and I'll type Delete, intending to delete the current mail message, but instead it deletes the newsgroup from MT-NW's groups window. I have to go back to the full group list and re-subscribe to ...
Show full article (1.13Kb)
1 · 2 · 3 · 4 · next