From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen 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 18:21:38 +0200 Message-ID: <552E9012.30204@math.ntnu.no> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1429114941 417 80.91.229.3 (15 Apr 2015 16:22:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2015 16:22:21 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org, joaotavora@gmail.com, dgutov@yandex.ru, acm@muc.de, stephen@xemacs.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 15 18:22:20 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 1YiQ4w-0004o0-T3 for ged-emacs-devel@m.gmane.org; Wed, 15 Apr 2015 18:22:19 +0200 Original-Received: from localhost ([::1]:33095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQ4v-0000Hk-RJ for ged-emacs-devel@m.gmane.org; Wed, 15 Apr 2015 12:22:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQ4S-0008K7-KL for emacs-devel@gnu.org; Wed, 15 Apr 2015 12:21:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiQ4Q-0000Pi-UT for emacs-devel@gnu.org; Wed, 15 Apr 2015 12:21:48 -0400 Original-Received: from hylle05.itea.ntnu.no ([2001:700:300:3::225]:51329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQ4N-0000M0-20; Wed, 15 Apr 2015 12:21:43 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle05.itea.ntnu.no (Postfix) with ESMTP id C16BC90DC96; Wed, 15 Apr 2015 18:21:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle05.itea.ntnu.no Original-Received: from [IPv6:2001:700:300:1470:d87f:265b:5623:289a] (unknown [IPv6:2001:700:300:1470:d87f:265b:5623:289a]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle05.itea.ntnu.no (Postfix) with ESMTPSA id ED75390D584; Wed, 15 Apr 2015 18:21:39 +0200 (CEST) User-Agent: Postbox 3.0.11 (Macintosh/20140602) In-Reply-To: <83sic19xoh.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:700:300:3::225 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:185464 Archived-At: 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@yandex.= 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 one mor= e >> line, but it's informative. > > Thanks, accepted. Although my shell prompt shows the branch as well, > but it can never do harm to see the branch explicitly stated. Does your shell prompt show ahead/behind counts as well? =E2=80=93 Harald