Description:
EMACS editors of different flavors.
|
|
|
Commenting more lines
|
| |
Sometimes I would like to automatically comment many lines, but in some languages it's possible to do it with only one construct. For example instead of -- line 1 -- line 2 When I select those 2 lines I would like to get {* line 1 line 2 *} with correct indentation, is that possible or the commenting function... more »
|
|
Assistance with finding/using a simple XML-mode?
|
| |
Hi all Recently started using emacs, and I'm trying to find a light-weight XML-mode to use with indenting/highlighting XML documents. I don't require validation or schema/dtd/relax-ng support. What I would like is auto-indenting, and it would be extra useful if it could recognise new-lines made within a node and indent those... more »
|
|
printing in emacs
|
| |
Hi all, How can I print in emacs? I do M-x print-buffer It says: spooling... done and nothing happens. All other applications print properly. Do I need to specify anything in .emacs? If that's any help, I'm running Slackware-current under fluxbox Thank you regards .Martin.
|
|
Per file completion
|
| |
I installed the file OpenGL.el which gives completion over opengl calls. Now since I use auto-complete I would like that to integrate it with it but I don't get how. In short I think I should define ac-opengl as (candites . OpenGL-complete-symbol) or something like that. I looked to some variables used in ac-source but they all differ in... more »
|
|
Help with Setting other-holidays for calendar
|
| |
I have included the following in my init.el file, but the calendar does not mark these (Catholic) holidays. What am I doing wrong? (setq holiday-other-holidays '((holiday-fixed 1 1 "Feast of Mary Mother of God (no obl if on Sat or Mon)") (holiday-fixed 1 6 "Epiphany transferred to following Sunday")... more »
|
|
|