> Philip> Is it possible to bind arbitrary (non-math) symbols to a key,
> Philip> so that 'C-i less' would insert '\guilsinglleft' for example?
> Philip> The 'math- insert' and 'symbol-insert' functions seem to work
> Philip> only with a small set of math symbols.
> 
> It is not possible yet.

This is only partly true. 

The current CVS supports binding a key to a sequence of commands, so you
could bind 'C-i less' to

  'command-sequence tex-mode ; self-insert \guilsinglleft ; tex-mode ;'

(mind the semicolons, especially the last one)

> However, for the case you consider, it should
> be possible to extend the function quote-insert to accept an argument,
> which should not be too difficult.

No need to do so ;-)

Andre'

--
Andre' Poenitz ...................... [EMAIL PROTECTED]

Reply via email to