Questions tagged [dot-emacs]

.emacs (dot-emacs where the initial period causes problems) is the name of the main configuration file of the emacs text editor.

.emacs (dot-emacs when the initial period causes problems) is the name of the main configuration, initialization, and customization file of the GNU text editor. In absence of .emacs GNU Emacs version 23 and higher uses .emacs.d/init.el as initialization file.

The contents of the Emacs initialization file is read and execute by Emacs at startup, and changing it is the most common way of customizing an Emacs environment. The configuration and customization directives in the .emacs file frequently invoke further packages so that the main file doesn't become impractically long: these are conventionally stored in the .emacs.d directory. In addition to hand-editing the file, changes to it can be made with emacs' M-x customize facility.

See also:

218 questions
0
votes
1 answer

How to set the Emacs title bar like "plugin.el@~/.emacs.d/plugin/"

I wanna to set my title bar like plugin.el@~/.emacs.d/plugin/ , the plugin.el file is in the plugin directory, I googled a lot, no result just is like what I need. the order of file name and directory name change /home/username to ~ if the file…
CodyChan
  • 1,776
  • 22
  • 35
0
votes
0 answers

I got a weird issue in Emacs Backtrace

I'm using Emacs 24.3.1 I'm editing .emacs file, but something comes up, when I try to byte-compile it, the Message buffer says: Load: symbols's value as variale is void: 

 Note the end of line, NOTHING, there is no variable such as…
CodyChan
  • 1,776
  • 22
  • 35
0
votes
3 answers

Emacs ERC login

When entering IRC with M-erc, Emacs remembers the last used server name and port. You can accept, hitting enter, or change those parameters. As for the user name, it defaults to system user name and not to the last used one. How can I have Emacs…
antonio
  • 10,629
  • 13
  • 68
  • 136
0
votes
1 answer

emacs use highlight-symbol mode on mouse click

i am trying to use the mouse for search as in VIM "super *"\ shift-mouse1 search. used the highlight-symbol mode to get (almost) the desired behavior for the keyboard search, but I can't find a way to do the same for the mouse. I tried: (require…
user2141046
  • 862
  • 2
  • 7
  • 21
0
votes
2 answers

custom-theme-set-faces compatible with tty

I have created an emacs-23 custom theme using customize-create-theme. It works fine under X (Linux gnome desktop). However, when running under a tty (within gnome-terminal) some of the colors are wrong. It is not the accuracy of the colors which are…
emacsulike
  • 263
  • 3
  • 7
0
votes
2 answers

gdb not showing code within emacs on Windows

I asked a question just yesterday which caused this new issue. gdb within emacs on Windows Basically I was installing a QT sdk which asked me to uninstall MSYS which I did & I hosed my emacs/gdb interaction. Here is the gdb_init file that I'm…
Stephen Burke
  • 882
  • 3
  • 10
  • 25
0
votes
1 answer

Independent emacs installations and locations of the .emacs.d directory and the .emacs file

I have multiple installations of emacs on my Windows 7 computer, each configured slightly differently. Let's say installation1 and installation2, where installation1 is the main emacs, and installation2 is subsidiary. I would like to maintain two…
tchakravarty
  • 10,736
  • 12
  • 72
  • 116
0
votes
2 answers

How to set Cscope->database-> Set init directory

I am using xcode with emacs. But everytime I start emacs, I need to go to menu 'CScope' -> Cscope->database -> set init Directory and it pick the root directory of my source. And then I click 'CScope' -> Cscope->database -> set init…
n179911
  • 19,547
  • 46
  • 120
  • 162
1 2 3
14
15