From mboxrd@z Thu Jan 1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: Philipp Stephani
Newsgroups: gmane.emacs.help
Subject: Re: Writing without a message?
Date: Tue, 24 Feb 2015 06:52:26 +0000
Message-ID:
References: <155DEC68569B714B86C2C7075F5EDA9892BC5930@DAKIYA1.pegasus.local>
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Trace: ger.gmane.org 1424760776 30259 80.91.229.3 (24 Feb 2015 06:52:56 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Tue, 24 Feb 2015 06:52:56 +0000 (UTC)
To: Doug Lewan ,
Help Gnu Emacs mailing list
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 07:52:41 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 1YQ9MH-0007GP-Gf
for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2015 07:52:41 +0100
Original-Received: from localhost ([::1]:47037 helo=lists.gnu.org)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from )
id 1YQ9MG-0002fC-SX
for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2015 01:52:40 -0500
Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47938)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1YQ9M5-0002f0-QS
for help-gnu-emacs@gnu.org; Tue, 24 Feb 2015 01:52:30 -0500
Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1YQ9M4-0008Ew-PI
for help-gnu-emacs@gnu.org; Tue, 24 Feb 2015 01:52:29 -0500
Original-Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:40424)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1YQ9M4-0008EW-Hx
for help-gnu-emacs@gnu.org; Tue, 24 Feb 2015 01:52:28 -0500
Original-Received: by lbdu10 with SMTP id u10so22950307lbd.7
for ; Mon, 23 Feb 2015 22:52:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:references:from:date:message-id:subject:to
:content-type; bh=C1zAD87EdGwACqY5zIka7r2Us4FUVlVdbhhRO9Kpmvk=;
b=S3+vK9ommnQtr8DQQr3ZqhRiA46oZ5f96yUo2gH1TDzsK7pzgO3qv+PKsVW3wzwWXI
4rvWYNYbMzKo/7ACt5IrDSTPgtuSedHxN5KpvjOZlGwVsjYwEIemJRIQBoVjjs992WSl
v0CYdRAzMpHH89hncwudAaxfpn85+aBOtjRSJt4YTAfzidP3g0mp8glWqEAwDgwh2qJs
/3lBxsUWAVHmjARqUdtpF0HtEafdiqBtW/Kow8lKZOEo1fcnINKsYD+/KKsnMGq8xpYn
vFDzuRdTYy3X4EdTF+cumblUqbgRXAs3EikrzFEZZJ2vl9j+lvejbQWTHOV0OCjgSHjr
G6BA==
X-Received: by 10.112.223.7 with SMTP id qq7mr13074315lbc.81.1424760747348;
Mon, 23 Feb 2015 22:52:27 -0800 (PST)
X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
(bad octet value).
X-Received-From: 2a00:1450:4010:c04::235
X-Content-Filtered-By: Mailman/MimeDel 2.1.14
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:102866
Archived-At:
Doug Lewan schrieb am Mon Feb 23 2015 at
21:03:55:
> Saving a buffer without a message (as if there's a person watching) would
> be useful to me.
> I can't figure out how to do it.
>
> All of (save-buffer), (basic-save-buffer), (basic-save-buffer-1),
> (basic-save-buffer-2),
> (write-file) and (write-region) display messages.
> I've been down in the code to DEFUN ("write-region",....), and even it
> wants to engage a person.
>
The package shut-up contains a variant shut-up-write-region, does that
work?