Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
gnu . emacs . help
This is a Usenet group - learn more
Find or start a Google Group about emacs.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 58223  Older »
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
By Stefan Monnier  - 2:39pm - 1 new of 1 message    

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 »
By saheel1511  - 2:54am - 2 new of 2 messages    

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
By Tassilo Horn  - 7:20am - 1 new of 1 message    

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 »
By harven  - May 28 - 2 new of 2 messages    

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 »
By rahed  - May 27 - 1 new of 1 message    

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 »
By Philippe M. Coatmeur  - May 28 - 4 new of 4 messages    

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 »
By Florian Lindner  - May 27 - 3 new of 3 messages    

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 »
By Haines Brown  - May 27 - 6 new of 6 messages    

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 »
By 毛礼杰  - May 26 - 3 new of 3 messages    

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 »
By Yagnesh Raghava Yakkala  - May 26 - 4 new of 4 messages    

1 - 10 of 58223   « Newer | Older »

XML