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

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

Re: Difficulty opening a particular file


From: Pascal J. Bourguignon
Subject: Re: Difficulty opening a particular file
Date: Fri, 17 Jul 2015 15:20:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Haines Brown <haines@engels.histomat.net> writes:

> 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.  

Perhaps you are missing the balance-mode?
Try: C-h f balance-mode RET 

-- 
__Pascal Bourguignon__                 http://www.informatimago.com/
“The factory of the future will have only two employees, a man and a
dog. The man will be there to feed the dog. The dog will be there to
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk


reply via email to

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