unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57100: 29.0.50; Restore using view-mode in NEWS buffer?
@ 2022-08-10  8:07 Stephen Berman
  2022-08-12 15:45 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2022-08-10  8:07 UTC (permalink / raw)
  To: 57100

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

With the new emacs-news-view-mode is there a good reason not to use
view-mode when reading NEWS, as was the case through Emacs 28?  I find
it particularly convenient to type (S-)SPC to scroll and `q' to bury the
buffer.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: add view-mode to emacs-news-view-mode --]
[-- Type: text/x-patch, Size: 465 bytes --]

diff --git a/lisp/textmodes/emacs-news-mode.el b/lisp/textmodes/emacs-news-mode.el
index c7fa9fa2b2..bc2f98a63b 100644
--- a/lisp/textmodes/emacs-news-mode.el
+++ b/lisp/textmodes/emacs-news-mode.el
@@ -94,7 +92,8 @@ emacs-news-view-mode
   (setq buffer-read-only t)
   (emacs-news--buttonize)
   (button-mode)
-  (emacs-news--mode-common))
+  (emacs-news--mode-common)
+  (view-mode))

 (defun emacs-news--fill-paragraph (&optional justify)
   (cond

[-- Attachment #3: Type: text/plain, Size: 819 bytes --]



In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.6)
 of 2022-08-08 built on strobelfs2
Repository revision: f1f1912658556e2f2a39cdae0da7ea2b8564d861
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101003
System Description: Linux From Scratch r11.0-165

Configured using:
 'configure --with-xinput2 --with-xwidgets 'CFLAGS=-Og -g3'
 PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG
SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM
XINPUT2 XPM XWIDGETS GTK3 ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57100: 29.0.50; Restore using view-mode in NEWS buffer?
  2022-08-10  8:07 bug#57100: 29.0.50; Restore using view-mode in NEWS buffer? Stephen Berman
@ 2022-08-12 15:45 ` Lars Ingebrigtsen
  2022-08-12 16:22   ` Stephen Berman
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-12 15:45 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 57100

Stephen Berman <stephen.berman@gmx.net> writes:

> With the new emacs-news-view-mode is there a good reason not to use
> view-mode when reading NEWS, as was the case through Emacs 28?  I find
> it particularly convenient to type (S-)SPC to scroll and `q' to bury the
> buffer.

I've now fixed this in Emacs 29.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#57100: 29.0.50; Restore using view-mode in NEWS buffer?
  2022-08-12 15:45 ` Lars Ingebrigtsen
@ 2022-08-12 16:22   ` Stephen Berman
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Berman @ 2022-08-12 16:22 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 57100

On Fri, 12 Aug 2022 17:45:00 +0200 Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> With the new emacs-news-view-mode is there a good reason not to use
>> view-mode when reading NEWS, as was the case through Emacs 28?  I find
>> it particularly convenient to type (S-)SPC to scroll and `q' to bury the
>> buffer.
>
> I've now fixed this in Emacs 29.

Thanks.

Steve Berman





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-12 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10  8:07 bug#57100: 29.0.50; Restore using view-mode in NEWS buffer? Stephen Berman
2022-08-12 15:45 ` Lars Ingebrigtsen
2022-08-12 16:22   ` Stephen Berman

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