-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Trying to install emacs in Software Center Ubuntu 12.04 got this error.
installArchives() failed: Selecting previously unselected package emacs23.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My ~/.emacs start-up file is stored in my AFS home directory. Often when I login to a linux machine I will forget to renew my AFS credentials before attempting to edit a local (non-AFS) file with Emacs.
When this happens Emacs will attempt to load ~./emacs but cannot because it is in AFS space where…
>>> More
-
as seen on Super User
- Search for 'Super User'
If I use the following .emacs file, I am able to go to the beginning/end of the current line using the home/end keys as I would expect.
(keyboard-translate ?\C-h ?\C-?)
(add-to-list 'load-path "/home/sam/programs/go/go/misc/emacs/" t)
(require 'go-mode-load)
(global-set-key [kp-home] 'beginning-of-line)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I try to compile GNU Emacs 23.1 on my machine with Mac OS X 10.6.3 I repeatedly get the following ending:
Directories: /src/emacs-23.1/lisp/. /src/emacs-23.1/lisp/./calc /src/emacs-23.1/lisp/./calendar /src/emacs-23.1/lisp/./emacs-lisp /src/emacs-23.1/lisp/./emulation /src/emacs-23.1/lisp/./erc…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have seen a few suggestions on making emacs portable (on Windows). I have this in my site-start.el:
(defvar program-dir (substring data-directory 0 -4))
(setq inhibit-startup-message t)
(setenv "HOME" program-dir)
I changed the HOME variable so that not only my .emacs init files (and other init…
>>> More