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

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

hexl-find-file doesn't know read-only


From: Dan Jacobson
Subject: hexl-find-file doesn't know read-only
Date: Wed, 05 Mar 2003 11:13:43 +0800
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

hexl-find-file does not notice that a file is read-only on the disk
making the new buffer read-write.  Plus I see it uses
find-file-literally, who's docs say not to use it in lisp programs.

By the way, why must Flyspell and Fill get turned on for me when I'm
hexl-find-file'ing? All I do in .emacs is
(setq default-major-mode 'text-mode)
(add-hook 'text-mode-hook (lambda ()
   (flyspell-mode 1)
   (turn-on-auto-fill)))

By the way, it bugs me that hexl's C-e, hexl-end-of-line, gets the
cursor to two columns earlier than the end of line. If I want to copy
and paste that line, C-@ C-e ESC w, I must use the mouse instead.
-- 
http://jidanni.org/ Taiwan(04)25854780





reply via email to

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