From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18652: 25.0.50; [PATCH] Add fresh-line Date: Wed, 08 Oct 2014 13:26:02 +0300 Message-ID: <83mw96kgcl.fsf@gnu.org> References: <83zjd7jawz.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412763987 26327 80.91.229.3 (8 Oct 2014 10:26:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2014 10:26:27 +0000 (UTC) Cc: 18652@debbugs.gnu.org To: Leo Liu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 12:26:20 2014 Return-path: Envelope-to: geb-bug-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 1XboRn-0000o6-88 for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 12:26:19 +0200 Original-Received: from localhost ([::1]:35253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboRm-0008G4-Lb for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 06:26:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboRe-0008Fv-4Q for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:26:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XboRX-0000N3-4v for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:26:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboRX-0000Mz-2C for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:26:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XboRW-0001dG-Jk for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:26:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 Oct 2014 10:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18652 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 18652-submit@debbugs.gnu.org id=B18652.14127639536257 (code B ref 18652); Wed, 08 Oct 2014 10:26:02 +0000 Original-Received: (at 18652) by debbugs.gnu.org; 8 Oct 2014 10:25:53 +0000 Original-Received: from localhost ([127.0.0.1]:37433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XboRN-0001cr-8Q for submit@debbugs.gnu.org; Wed, 08 Oct 2014 06:25:53 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:41379) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XboRK-0001ci-TV for 18652@debbugs.gnu.org; Wed, 08 Oct 2014 06:25:51 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0ND400B00FJXCQ00@a-mtaout21.012.net.il> for 18652@debbugs.gnu.org; Wed, 08 Oct 2014 13:25:49 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND400BDWFN1CG10@a-mtaout21.012.net.il>; Wed, 08 Oct 2014 13:25:49 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94281 > From: Leo Liu > Cc: 18652@debbugs.gnu.org > Date: Wed, 08 Oct 2014 16:45:24 +0800 > > >> +@cindex fresh line in print > >> +This function outputs a newline to @var{stream} unless already at the > >> +beginning of a line. Return @code{t} if a newline is printed. Signal > > > > "At beginning of a line" needs explanation, I think. > > Any suggestion on how to improve it? Something like "there is already a newline character at point", I think (assuming that is what you meant).