/[qemacs]/qemacs/latex-mode.c
ViewVC logotype

Diff of /qemacs/latex-mode.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by chqrlie, Mon May 9 05:58:47 2005 UTC revision 1.9 by chqrlie, Mon May 9 09:10:37 2005 UTC
# Line 307  static void do_latex(EditState *e, const Line 307  static void do_latex(EditState *e, const
307    
308  /* specific LaTeX commands */  /* specific LaTeX commands */
309  static CmdDef latex_commands[] = {  static CmdDef latex_commands[] = {
310      CMD0( '\"', KEY_NONE, "tex-insert-quote", do_tex_insert_quote)      CMD_( '\"', KEY_NONE, "tex-insert-quote", do_tex_insert_quote, "*")
311      /* this should actually be KEY_CTRLC(KEY_CTRL('c')), ie C-c C-c */      /* this should actually be KEY_CTRLC(KEY_CTRL('c')), ie C-c C-c */
312      CMD_( KEY_CTRL('c'), KEY_NONE, "TeX-command-master", do_latex,      CMD_( KEY_CTRL('c'), KEY_NONE, "TeX-command-master", do_latex,
313            "s{Command: (default LaTeX) }[latex]|latex|")            "s{Command: (default LaTeX) }[latex]|latex|")

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26