all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* keybindings for c-i and tab
@ 2006-11-16 13:31 Tyler
  2006-11-16 13:54 ` Juanma Barranquero
       [not found] ` <mailman.713.1163685325.2155.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Tyler @ 2006-11-16 13:31 UTC (permalink / raw)


Hi,

I'm working in Auctex mode, and I want to bind tex-font italics to C-i. 
I couldn't figure out the set-key code directly, but I did manage to get 
a macro to work:

(fset 'italicizer
    "\C-c\C-f\C-i")
(global-set-key "\C-i" 'italicizer)

However, I've discovered that C-i and tab are mystically linked. So my 
macro works for C-i, which I want, but also for tab, which I don't. Is 
there some way to tell emacs not to equate C-i and tab?

Thanks!

Tyler

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-16 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 13:31 keybindings for c-i and tab Tyler
2006-11-16 13:54 ` Juanma Barranquero
     [not found] ` <mailman.713.1163685325.2155.help-gnu-emacs@gnu.org>
2006-11-16 14:03   ` Tyler
2006-11-16 14:49     ` Perry Smith
2006-11-16 15:13     ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.