all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Difficulty opening a particular file
@ 2015-07-17 13:18 Haines Brown
  2015-07-17 13:20 ` Pascal J. Bourguignon
  2015-07-17 13:25 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Haines Brown @ 2015-07-17 13:18 UTC (permalink / raw)
  To: help-gnu-emacs

I have no trouble having find file open .basrc, but to open .balance.bal
consistently must be done twice, and trying to do it with a bookmark
hangs emacs permanently. The problem seems to be in emacs
configuration.

This emacs uses as its configuration a ~/.emacs file. However, this file
add-to-list load-library ~/.emacs.d/elist/basic.el where configuration
for this particular emacs session is located. In that file there is a
stanza:

  (autoload 'balance-mode "balance")
    (setq auto-mode-alist
     (append '(("\\.bal$" . balance-mode)) auto-mode-alist))

This work earlier this year, but for some reason not now. If I open 
balance.bal manually rather than by bookmark the balance mode works
properly.  


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

end of thread, other threads:[~2015-07-17 14:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 13:18 Difficulty opening a particular file Haines Brown
2015-07-17 13:20 ` Pascal J. Bourguignon
2015-07-17 14:31   ` Haines Brown
2015-07-17 13:25 ` Stefan Monnier
2015-07-17 14:45   ` Haines Brown

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.