GNU bug report logs - #16196
24.3.50; Disable ding when scrolling

Previous Next

Package: emacs;

Reported by: Jan Djärv <jan.h.d <at> swipnet.se>

Date: Fri, 20 Dec 2013 06:10:02 UTC

Severity: minor

Tags: patch

Found in version 24.3.50

Fixed in version 27.1

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #100 received at 16196 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>,
 "16196 <at> debbugs.gnu.org" <16196 <at> debbugs.gnu.org>,
 Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#16196: 24.3.50; Disable ding when scrolling
Date: Mon, 30 Sep 2019 16:03:19 +0200
>>>>> On Mon, 30 Sep 2019 15:26:20 +0200, Stefan Kangas <stefan <at> marxist.se> said:

    Stefan> Stefan Kangas <stefan <at> marxist.se> writes:
    >> Please find attached an updated patch

    Stefan> No comments in over a month.  Any objections to applying this patch?

    Stefan> Besides indentation changes, this comes down to adding a new variable
    Stefan> saw-error and:

    Stefan> (condition-case nil
    Stefan>    ...
    Stefan>   ;; Do not ding at buffer limits.  Show a message instead.
    Stefan>   (beginning-of-buffer (message "Beginning of buffer")
    Stefan>                        (setq saw-error t))
    Stefan>   (end-of-buffer (message "End of buffer")
    Stefan>                  (setq saw-error t)))

How about using

(error-message-string '(beginning-of-buffer nil))

so that the error string remains in sync with src/data.c?

Robert




This bug report was last modified 5 years and 232 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.