all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Default Emacs major mode switched to fundamental-mode?
@ 2018-06-14 23:40 Peter Xu
  2018-06-15  7:16 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Xu @ 2018-06-14 23:40 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I did a recent upgrade of my Fedora 28 system, after that I noticed
that my default major mode for Emacs now becomes fundamental-mode
instead of text-mode (I believe it was before).  I noticed this when I
found all my key bindings are missing when drafting emails via
emacsclient invoked.

Now I'm working around this using this as the last statement of my
configuration files:

(setq auto-mode-alist (append auto-mode-alist '(("" . text-mode))))

Just want to know whether there is any better solution for this?  And
why after all we switched the default mode?  Shouldn't that break a
lot of people, or it's just me?

I noticed that there is a "default-major-mode" variable that I can
setup, however it's already text-mode. While if I open another new
common window it'll still be the fundamental mode not text mode.  So
how would I use this variable?

Thanks in advance!

-- 
Peter Xu



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

end of thread, other threads:[~2018-06-15  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14 23:40 Default Emacs major mode switched to fundamental-mode? Peter Xu
2018-06-15  7:16 ` Eli Zaretskii

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.