[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master f79c33b 3/3: Use special-mode for read-only buffers.
From: |
Glenn Morris |
Subject: |
Re: master f79c33b 3/3: Use special-mode for read-only buffers. |
Date: |
Fri, 24 Nov 2017 13:29:39 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Sam Steingold wrote:
> branch: master
> commit f79c33b39f195d1b30d7a3e085804e45ab76358e
> Use special-mode for read-only buffers.
>
> * lisp/progmodes/etags.el (tags-table-mode): Define using
> `define-derived-mode', inheriting from `special-mode'.
> Not only the buffer is now read-only, but you can bury it with "q".
> (select-tags-table-mode): No need to set `buffer-read-only'
> explicitly, `special-mode' takes care of that.
This change causes a test failure.
Ref: https://hydra.nixos.org/build/64565487
(user-error ("File /build/emacs-27.0.50/test/manual/etags/ETAGS.good_1 is not
a valid tags table"))
- Re: master f79c33b 3/3: Use special-mode for read-only buffers.,
Glenn Morris <=