Description:
User queries and answers.
|
|
|
Corrupted byte compiled files
|
| |
...
Indeed, I can reproduce it here, and also with Emacs-23.
I don't have time to dig into it now, tho, so please M-x
report-emacs-bug so it doesn't get lost.
Stefan
|
|
Custom keybinding
|
| |
Hello everyone,
Although I have been using [link] Vimpulse for quite some time now, I didn't really customize it to my liking. Today I
wanted to change the behavior of C-d in all vi modes. Currently, in
normal-mode and visual-mode C-d scrolls down, and in insert-mode C-d does... more »
|
|
creating customized major mode - emacs 23.4.1
|
| |
...
...
I think that line should look like this (assuming # is the comment
starter in that mode):
...
Alternatively, you can add something like this near the end of the file:
...
Have a look at (info "(emacs)Specifying File Variables").
Bye,
Tassilo
|
|
activate input method
|
| |
I am using this code to automatically activate the default input method
when a file is created.
(add-hook 'find-file-hook
(lambda () (activate-input-method default-input-method)))
But it does not handle buffers that are not related to a file, e.g. buffers created using the switch-to-buffer command.... more »
|
|
Do I have to tramp-cleanup-connection?
|
| |
I started to use tramp (instead of starting remote emacs).
One thing bothers me though. Whenever I interrupt my work for some time
the connection breaks and after reconnecting and trying to open a remote
file I get (mostly): Couldn't find exit status of `test -e /tmp.
I have to M-x tramp-cleanup-connection and again open a remote file... more »
|
|
Concat var names ?
|
| |
Hi ; I have those two functions and I want to make them one :
(defun mail-bug-desktop-notify-one ()
(mapcar
(lambda (x)
(if (not (member x mail-bug-advertised-mails-one) )
(progn
(mail-bug-desktop-notification
(format "%s" (first x))
(format "%s \n%s" (second x)
(third x))... more »
|
|
Add after-save-hook to a mode
|
| |
Hello,
I want to org-mobile-push executed everytime a file in org-mode is
saved. I tried that:
(add-hook 'org-mode-hook
(add-hook 'after-save-hook
(lambda ()
(org-mobile-push)
)))
This seems to war, but the hook is executed regardless of the mode the
file is in. How can I restrict it to org-mode only?... more »
|
|
Having .emacs distinguish betweeen LaTeX and XeLaTeX
|
| |
I would like to specify the TeX engine with the emacs command line, such
as with C-c C-c latex and C-c C-c xelatex, rather than having it only
call whichever TeX-engine is specified in AUCTeX configuration or in
.emacs init file. At present I can only switch between processing LaTeX
and XeLaTeX files by inserting or commenting a line in .emacs (setq... more »
|
|
frame-title-format issue of emacs23.3/emacs24.0.95.1 on Fedora16/17
|
| |
Hi, all
It may be a bug ?
I comment all configures line execept one line
cat ~/.emacs
(setq frame-title-format '("%m @ "(buffer-file-name "%f" (dired-directory
dired-directory "%b"))))
I just want to set the frame-title-format to %f for my emacs24.0.95
But it don't work, i can't see the %f format on the title... more »
|
|
capture gtk kill (gnome alt-f4) (delete-event?)
|
| |
Hello.,
is there a way I can capture alt-f4 (in gnome) and act within Emacs.?
This is because, recent times, I am killing Emacs by mistake with
alt-f4.
I am longing for a function which captures alt-f4 event and ask me for
confirmation in all circumstances.
Thanks.,
-- ఎందరో మహానుభావులు అందరికి వందనములు... more »
|
|
|