all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems after upgrade
@ 2009-05-08 15:43 Decebal
  2009-05-08 17:09 ` Drew Adams
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Decebal @ 2009-05-08 15:43 UTC (permalink / raw)
  To: help-gnu-emacs

Because off org-mode I needed to upgrade Emacs. I now installed
22.3.1. Before I had a 21 version. I do not know wich one. I have now
a few problems.

I use flyspell. In the old version this used ispell, but the new
version wants to use aspell. I fixed this by putting into my .emacs:
    (setq-default ispell-program-name "ispell")
Now ispell is used again.

In my .emacs I have:
    (set-default 'ispell-local-dictionary "nederlands")
But this is not the dictionary used. When opening a buffer English
words are seen as correct, but Dutch words (nederlands) as not
correct. When I evaluate ispell-local-dictionary it says nederlands.
When I change the dictionary through tools->spell checking->change
dictionary to nederlands, ispell-local-dictionary still evaluates to
nederlands, but from then on Dutch words are seen as correct and
English words as incorrect.
What is happening here? And more important: how can I solve this?

On a side note: what are the differences between aspell and ispell?

Another change is that regions are not visible anymore. I put in
my .emacs:
    (transient-mark-mode 1)
and now it works again. Are the defaults changed?

The last problem is that previously the *GNU Emacs* buffer would be
killed with any action I did. (Or C-l if I wanted it to be killed, but
did not want to do something.) Now I need to kill the buffer manually.
What is happening here.?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-08 19:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-08 15:43 Problems after upgrade Decebal
2009-05-08 17:09 ` Drew Adams
     [not found] ` <mailman.6854.1241802613.31690.help-gnu-emacs@gnu.org>
2009-05-08 17:36   ` Decebal
2009-05-08 18:09 ` Andreas Röhler
     [not found] ` <mailman.6856.1241806109.31690.help-gnu-emacs@gnu.org>
2009-05-08 19:08   ` Decebal

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.