help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sanest way to make emacs behave on a Solaris OS


From: Emanuel Berg
Subject: Re: Sanest way to make emacs behave on a Solaris OS
Date: Wed, 07 Aug 2013 14:06:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Dan Espen <despen@verizon.net> writes:

> The files I'm currently not using are just renamed ".adx" so
> they get skipped.

Another solution:

Put, in .emacs
  (add-to-list 'magic-mode-alist
    '("! conf-xd" . conf-xdefaults-mode) )

Then, create the file ~/.xterm, that looks like this

! conf-xd

! note: 2 = always hide pointer when typing
xterm*autoWrap:        true
xterm*pointerMode:     2
xterm*geometry:        77x28
xterm*background:      black
xterm*foreground:      green4
xterm*faceName:        default
xterm*metaSendsEscape: true

Then, in ~/.Xresources, put

#include ".xterm"

Note that ~ doesn't work, and $HOME doesn't work - an absolute
path works (with no fancy stuff, just, for example,
/home/user/.xterm), or (as above) a *relative* path: put both
files in $HOME, and don't mention the paths.

To not load the xterm configuration, comment the include line with ! (or M-;).

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]