From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 4e23cd0 4/5: * mail/rmail.el (rmail-show-message-1): When displaying a mime message, Date: Wed, 15 Apr 2015 19:36:19 +0300 Message-ID: <83mw299wn0.fsf@gnu.org> References: <83d23hlmia.fsf@gnu.org> <20150407165131.GA2600@acm.fritz.box> <552486A4.2020803@yandex.ru> <5525D65C.8090303@yandex.ru> <83fv89g3dl.fsf@gnu.org> <87mw2he0d7.fsf@uwakimon.sk.tsukuba.ac.jp> <20150413210654.GB6324@acm.fritz.box> <878udv8w4j.fsf@uwakimon.sk.tsukuba.ac.jp> <20150414171635.GB4612@acm.fritz.box> <837fteboro.fsf@gnu.org> <83y4lu9ki7.fsf@gnu.org> <552E1CD6.4050807@math.ntnu.no> <83sic19xoh.fsf@gnu.org> <552E9012.30204@math.ntnu.no> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1429115980 20681 80.91.229.3 (15 Apr 2015 16:39:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2015 16:39:40 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org, joaotavora@gmail.com, dgutov@yandex.ru, acm@muc.de, stephen@xemacs.org To: Harald Hanche-Olsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 15 18:39:29 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YiQJN-0007PK-Hy for ged-emacs-devel@m.gmane.org; Wed, 15 Apr 2015 18:37:13 +0200 Original-Received: from localhost ([::1]:33149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQJM-0006RP-JG for ged-emacs-devel@m.gmane.org; Wed, 15 Apr 2015 12:37:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQJI-0006OY-0d for emacs-devel@gnu.org; Wed, 15 Apr 2015 12:37:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiQJE-00065C-Fv for emacs-devel@gnu.org; Wed, 15 Apr 2015 12:37:07 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:47293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQJE-00064h-74; Wed, 15 Apr 2015 12:37:04 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NMU00000WITZN00@mtaout27.012.net.il>; Wed, 15 Apr 2015 19:31:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMU00JHRWJQTF50@mtaout27.012.net.il>; Wed, 15 Apr 2015 19:31:02 +0300 (IDT) In-reply-to: <552E9012.30204@math.ntnu.no> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185465 Archived-At: > Date: Wed, 15 Apr 2015 18:21:38 +0200 > From: Harald Hanche-Olsen > CC: joaotavora@gmail.com, acm@muc.de, stephen@xemacs.org,=20 > emacs-devel@gnu.org, rms@gnu.org, dgutov@yandex.ru >=20 > Eli Zaretskii wrote: > >> Date: Wed, 15 Apr 2015 10:09:58 +0200 > >> From: Harald Hanche-Olsen > >> CC: Jo=C3=A3o T=C3=A1vora, acm@muc.de, > >> stephen@xemacs.org, emacs-devel@gnu.org, rms@gnu.org, dgutov@y= andex.ru > >> > >> Eli Zaretskii wrote: > >>> Besides, "git status" is so annoyingly verbose that I never use= it. I > >>> made an alias that runs "status --short" and use only it. > >> Me too. I suggest throwing in a --branch too, however. You get o= ne more > >> line, but it's informative. > > > > Thanks, accepted. Although my shell prompt shows the branch as w= ell, > > but it can never do harm to see the branch explicitly stated. >=20 > Does your shell prompt show ahead/behind counts as well? Not yet ;-) Seriously, though: I'm not sure yet how useful will this information be to me. I'm never behind, and only briefly ahead. But thanks for mentioning that (the man page doesn't).