all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: Unreadable buffer names in Emacs 23.2
Date: Tue, 17 Aug 2010 08:47:05 +1000	[thread overview]
Message-ID: <87tymu41li.fsf@puma.rapttech.com.au> (raw)
In-Reply-To: 8b2d7002-9985-4f86-af0e-8bbfc4b930cd@t2g2000yqe.googlegroups.com

Android Eve <androidev@gmx.com> writes:

> Thank you, Tim. I did exactly as you suggested and it works very well.
> Modifying .emacs via the Options menu (which is a totally new concept
> to me...), resulted in appending the following 2 lines:
>
> (custom-set-faces
> '(default ((t (:inherit nil :stipple nil :background
> "Black" :foreground "LightGray" :inverse-video nil :box nil :strike-
> through nil :overline nil :underline nil :slant normal :weight
> normal :height 90 :width normal :foundry "outline" :family "Lucida
> Console")))))
>
> I must admit that although I can't live without Emacs, I find it
> frustrating to have to "fix" my .emacs every time I upgrade to a new
> version. Is there a way to create a .emacs that will never break?
> (i.e. forward-compatible)
>

Forward compatibility is pretty much impossible as you cannot predict
the future. However, the emacs dev team work pretty hard to keep
backwards compatibility. This can be very difficult due to the nature of
emacs and the extensive customization it supports. My suggestions would
be

1. Use customize as much as you can. As this provides a standard
framework for customizing everything, it also provides something which
the emacs devs can use to try and maintain backwards compatibility. I
switched to customize a few years back as I found it work far more
reliably than all my custom elisp code, which often broke on upgrade of
emacs. I still have some elisp for stuff not covered by custom, but it
is a lot less and a lot easier to maintain. 

2. Always read the NEWS and PROBLEMS file before upgrading. 99% of the
time, information in both files alert you to things you may have to
tweak in your .emacs and saves you a lot of time. 

3. Over a number of years, I've often found it beneficial to work with
emacs rather than against it. Initially, I cusotmized and tweaked stuff
all over the place, but then realised what I was doing was trying to
make emacs like other editors I was familiar with. This had two
disadvantages. Firstly, it created a level of maintenance that was a
pain and secondly, I often missed some of he real advantages of emacs. I
now tend to only customize things after I've used them for a while.
Frequently, I find the new or unfamiliar behaviour turns out to be much
better than what I had grown use to with other tools. Instead of trying
to make emacs like other things, I now wish other things were more like
emacs! 

HTH

Tim

-- 
tcross (at) rapttech dot com dot au


      parent reply	other threads:[~2010-08-16 22:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <35f2d04d-7fea-4469-b6d0-5db21bf53a9c@t2g2000yqe.googlegroups.com>
2010-08-14  4:16 ` Unreadable buffer names in Emacs 23.2 Tim X
2010-08-14  8:03   ` rustom
2010-08-15  1:00   ` Ilya Zakharevich
2010-08-15  4:45     ` Tim X
2010-08-15  3:57   ` Android Eve
     [not found]   ` <3a2ce65c-4bd6-4c62-8fb4-ae823d209112@f6g2000yqa.googlegroups.com>
2010-08-15  4:43     ` Tim X
     [not found]       ` <8b2d7002-9985-4f86-af0e-8bbfc4b930cd@t2g2000yqe.googlegroups.com>
2010-08-16 22:47         ` Tim X [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tymu41li.fsf@puma.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.