|
Re: Autoinsert: msg#00946emacs.help
Roberto Huelga <rhuelga@xxxxxxxxxxxxxxxx> writes: > I'm starting with the skeletons and autoinsert. Skeletons and > abbrevs work fine, but the autoinsert doesn't expand the tag. > In my .emacs file I have the following lines about autoinsert: [...] > (define-auto-insert "\\.\\(H\\|hh\\|hxx\\|hpp\\)\\'" "cxx-header.hh") maybe this may work : (add-to-list 'auto-insert-alist `("\\.\\(H\\|hh\\|hxx\\|hpp\\)\\'" . "cxx-header.hh")) and be sure that you have the file cxx-header.hh in the directory defined by the variable auto-insert-directory. [...] > And nothing is expanded. Someone can help me? (I don't want to use > skeletons here) Cheers Chmouel. -- http://www.chmouel.com/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Autoinsert: 00946, Roberto Huelga |
|---|---|
| Next by Date: | Re: C Mode Comments: 00946, Kevin Dziulko |
| Previous by Thread: | Autoinserti: 00946, Roberto Huelga |
| Next by Thread: | MIME files in MSWindows - Emacs 21.1.1: 00946, Craig Smilovitz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |