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

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

bug#35577: find-file-read-only docstring old


From: Noam Postavsky
Subject: bug#35577: find-file-read-only docstring old
Date: Sun, 05 May 2019 08:40:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> "open"? Don't you mean find-file?:

If shows the binding of find-file.  I guess you've removed the C-x C-f
binding so you the the <open> one (which appears to be for a Sun
keyboard).

bindings.el:

    (define-key global-map [again]              'repeat-complex-command) ; Sun 
keyboard
    (define-key global-map [open]               'find-file) ; Sun

>    Like <open>, but marks buffer as read-only.

>From 'emacs -Q' it says:

    Like C-x C-f, but marks buffer as read-only.

>    Use C-x C-q to permit editing.





reply via email to

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