1
vote
2answers
37 views
What is the scope of effort for making standard java-mode syntax highlighting language release dependent?
My itch to see the Emacs syntax highlighting handle generics more effectively is getting worse and worse with each new release of the Java language. I suspect adding customization …
4
votes
5answers
99 views
Emacs session / projects / window management
Hello,
I am working with Ruby on Rails projects most of the time so I need a way to save projects and the state of the buffers/windows I am working on, mostly because I often find …
1
vote
5answers
91 views
How do I launch an editor from a shell script?
I would like my tcsh script to launch an editor (e.g., vi, emacs):
#!/bin/tcsh
vi my_file
This starts up vi with my_file but first displays a warning "Vim: Warning: Output is no …
2
votes
6answers
190 views
to learn emacs or forget about it? [closed]
Hi there
Some time ago, I've heard what a great tool Emacs can be. I've read some papers about it and some watched some video too. I've read that emacs is great not only for devel …
0
votes
2answers
77 views
Emacs text-mode highlighting
Is there a way to get a word to be rendered with a different face in text mode?
3
votes
5answers
66 views
Is there any way to get Ediff to not open its navigation interface in an external window?
Not being using emacs all that long (v23, windows) and just discovered m-x ediff. Fantastic.
Although I'm not to keen on the fact it opens its help/navigation in a separate frame/w …
0
votes
2answers
52 views
Latex-style citations in emacs and Wanderlust
I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most …
0
votes
4answers
68 views
Emacs locks hard over PuTTY when £ is entered.
I'm using emacs (21.4.1) via PuTTY (0.60) connected to a CentOS5.3 box with a UK keyboard. Whenever I enter the £ symbol emacs locks hard, making the whole putty window unresp …
1
vote
9answers
117 views
Invoking makefile in the project root directory from subdirectory Emacs - C++
I have a makefile in the project root directory. If I am editing a file in a subdirectory, how do I invoke make from EMACS? M-x compile make will not work as it looks for the makef …
1
vote
3answers
104 views
How do I use ssh from emacs?
Hello,
I normally connect to another server using the terminal using:
ssh username@xx.xx.xx.xx
However, I have been using emacs a lot now, and I am wondering if I can connect t …
2
votes
2answers
51 views
Testing for platform in elisp?
I'm sharing my emacs configuration files between a linux box and an OS X box. The config breaks however when I define a specific font for Emacs.app in the config which is then not …
3
votes
1answer
133 views
Emacs 23 uses character set four times larger than Unicode - why?
From Emacs 23.1 NEWS:
*** The Emacs character set is now a superset of Unicode. (It has about
four times the code space, which
should be plenty).
And more details later o …
16
votes
10answers
463 views
How to keep an Engineering Log
I've tried several methods of keeping a log of my day-to-day activity when writing code. None of them really worked all that well. Here's what I'd like to have:
automatic times …
1
vote
2answers
78 views
Guile and Emacs?
I'm learning Emacs Lisp and I came across this decade old post saying that at some point Guile (Scheme) will replace Emacs Lisp, or Emacs will be rewritten with Guile.
http://san …
1
vote
1answer
42 views
How to configure GNU Emacs to write UNIX or DOS formatted files by default?
I've had these functions in my .emacs.el file for years:
(defun dos2unix ()
"Convert a DOS formatted text buffer to UNIX format"
(interactive)
(set-buffer-file-coding-system …
