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 05:46:08 +0300 Message-ID: <83y4lu9ki7.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> 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 1429065984 11439 80.91.229.3 (15 Apr 2015 02:46:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2015 02:46:24 +0000 (UTC) Cc: acm@muc.de, stephen@xemacs.org, emacs-devel@gnu.org, rms@gnu.org, dgutov@yandex.ru To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 15 04:46:18 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 1YiDLE-00040p-IM for ged-emacs-devel@m.gmane.org; Wed, 15 Apr 2015 04:46:16 +0200 Original-Received: from localhost ([::1]:58561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiDLE-0005ku-1V for ged-emacs-devel@m.gmane.org; Tue, 14 Apr 2015 22:46:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiDL2-0005ke-0N for emacs-devel@gnu.org; Tue, 14 Apr 2015 22:46:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiDKy-0003tW-R4 for emacs-devel@gnu.org; Tue, 14 Apr 2015 22:46:03 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:42569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiDKy-0003sz-Jf; Tue, 14 Apr 2015 22:46:00 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NMT00M00TM41X00@a-mtaout22.012.net.il>; Wed, 15 Apr 2015 05:45:59 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMT00L5OUCJX450@a-mtaout22.012.net.il>; Wed, 15 Apr 2015 05:45:59 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:185437 Archived-At: > From: Jo=C3=A3o T=C3=A1vora > Date: Tue, 14 Apr 2015 22:23:01 +0100 > Cc: Alan Mackenzie , Stephen Turnbull , Brief Busters ,=20 > =09Richard Stallman , emacs-devel >=20 > On Tue, Apr 14, 2015 at 6:31 PM, Eli Zaretskii wrote= : >=20 > > The only way I found to be efficient is Google. In this case, tr= y > > something like "git how to revert changes in a file". You normal= ly > > get good hits right away. >=20 > I second google (or duckduckgo, for that matter) >=20 > But actually, to revert changes in a particular file, `git > status` , a command you should run often to see where you are, > gives you a pretty good hint: It's a good hint only if you already know what to do: it's too technical. Besides, "git status" is so annoyingly verbose that I never use it. = I made an alias that runs "status --short" and use only it.