From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: inhibit-message, "Beginning of buffer" / "End of buffer" messages Date: Thu, 24 Dec 2015 21:42:17 +0100 Message-ID: <87h9j7fuja.fsf@debian.uxu> References: <20151224091841.GA3877@s70206.gridserver.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450989775 17357 80.91.229.3 (24 Dec 2015 20:42:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Dec 2015 20:42:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 24 21:42:46 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aCCij-0002uv-H0 for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Dec 2015 21:42:45 +0100 Original-Received: from localhost ([::1]:33358 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCCii-0004ss-I3 for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Dec 2015 15:42:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCCiY-0004sk-G9 for help-gnu-emacs@gnu.org; Thu, 24 Dec 2015 15:42:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCCiV-0002TR-AE for help-gnu-emacs@gnu.org; Thu, 24 Dec 2015 15:42:34 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCCiV-0002Se-2l for help-gnu-emacs@gnu.org; Thu, 24 Dec 2015 15:42:31 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aCCiP-0002Ox-3n for help-gnu-emacs@gnu.org; Thu, 24 Dec 2015 21:42:26 +0100 Original-Received: from nl106-137-244.student.uu.se ([130.243.137.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Dec 2015 21:42:25 +0100 Original-Received: from embe8573 by nl106-137-244.student.uu.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Dec 2015 21:42:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nl106-137-244.student.uu.se Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:KJmHdknNWW5FbdGINeoiv7IaYDo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108466 Archived-At: John Magolske writes: > I'd like to suppress the "Beginning of buffer" / > "End of buffer" messages that show up when the > cursor in the minibuffer is moved all the way to the > left & all the way to the right. It seems that > setting "inhibit-message" might take care of this, > but I'm having no luck with entries like this in my > init.el : > > (setq inhibit-message t) > > ...the "Beginning of buffer" / "End of buffer" > messages still show up. Use the Elisp in this file: http://user.it.uu.se/~embe8573/conf/emacs-init/error.el Then modify the data of this data structure to fit your needs (the errors you mention are already in it): (setq debug-ignored-errors '(quit beginning-of-line end-of-line beginning-of-buffer end-of-buffer end-of-file buffer-read-only file-supersession) ) And: Mary X-mas to Elisp X-men hackers all across the universe! -- underground experts united http://user.it.uu.se/~embe8573