unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Jacobson <jidanni@dman.ddts.net>
Subject: hexl-find-file doesn't know read-only
Date: Wed, 05 Mar 2003 11:13:43 +0800	[thread overview]
Message-ID: <877kbeh5eg.fsf@jidanni.org> (raw)

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	other threads:[~2003-03-05  3:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05  3:13 Dan Jacobson [this message]
     [not found] ` <E18r14d-0002gl-00@fencepost.gnu.org>
     [not found]   ` <874r6gropv.fsf@jidanni.org>
     [not found]     ` <E18sTSw-0007Cd-00@fencepost.gnu.org>
2003-03-11 21:35       ` these little RMS fixes filling up my mailbox Dan Jacobson
2003-03-12 10:16         ` Kim F. Storm
2003-03-12 10:20           ` Thien-Thi Nguyen
2003-03-12 18:49         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877kbeh5eg.fsf@jidanni.org \
    --to=jidanni@dman.ddts.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).