From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: how to hide emacs 26 warnings buffer ? Date: Mon, 23 Apr 2018 18:09:38 +0300 Message-ID: <83muxuvu19.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1524496116 31448 195.159.176.226 (23 Apr 2018 15:08:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 23 Apr 2018 15:08:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 23 17:08:32 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAd4x-00085b-SV for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Apr 2018 17:08:32 +0200 Original-Received: from localhost ([::1]:53966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAd74-0004xW-Kf for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Apr 2018 11:10:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAd6F-0004ef-Vi for help-gnu-emacs@gnu.org; Mon, 23 Apr 2018 11:09:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAd6B-0002Ak-0l for help-gnu-emacs@gnu.org; Mon, 23 Apr 2018 11:09:51 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAd6A-0002Ad-UM for help-gnu-emacs@gnu.org; Mon, 23 Apr 2018 11:09:46 -0400 Original-Received: from [176.228.60.248] (port=3380 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fAd6A-0003AS-Br for help-gnu-emacs@gnu.org; Mon, 23 Apr 2018 11:09:46 -0400 In-reply-to: (message from Zhang Jun on Mon, 23 Apr 2018 10:54:55 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:116580 Archived-At: > From: Zhang Jun > Date: Mon, 23 Apr 2018 10:54:55 +0800 > > I've switched to emacs 26.0.91 from 25, > > when I editing a file, emacs will create '#file# backup file, > but I don't have write permission to the directory, > emacs26 will display a *warnings* buffer, > I don't like this buffer, prefer the warning message in mini-buffer. > > how can I set it ? You can set up Emacs to make backup files in a special directory. See the documentation of the variable backup-directory-alist.