From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: elisp programming - navigate through code? Date: Sat, 29 Mar 2014 23:31:05 +0100 Message-ID: <87eh1khc2e.fsf@web.de> References: <878urt0x1v.fsf@gmx.at> <874n2gho4t.fsf@web.de> <87d2h4n2iy.fsf@zigzag.favinet> 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 1396132312 28453 80.91.229.3 (29 Mar 2014 22:31:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2014 22:31:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thien-Thi Nguyen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 29 23:31:46 2014 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 1WU1mz-0007AY-Au for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Mar 2014 23:31:45 +0100 Original-Received: from localhost ([::1]:41613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU1my-0005hO-R2 for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Mar 2014 18:31:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU1mi-0005gM-Lh for help-gnu-emacs@gnu.org; Sat, 29 Mar 2014 18:31:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WU1mc-0005uM-IC for help-gnu-emacs@gnu.org; Sat, 29 Mar 2014 18:31:28 -0400 Original-Received: from mout.web.de ([212.227.15.3]:58788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU1mV-0005sS-8g; Sat, 29 Mar 2014 18:31:15 -0400 Original-Received: from drachen.dragon ([90.186.45.33]) by smtp.web.de (mrweb101) with ESMTPSA (Nemesis) id 0LjJPH-1X3dNu03pf-00dTzO; Sat, 29 Mar 2014 23:31:13 +0100 In-Reply-To: <87d2h4n2iy.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Sat, 29 Mar 2014 22:00:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:FJUubotu4SUGfWzaA0dH4BOgU8PV5k2Fcfbhj3KN/oW63So3kQf 4Q1teIfhSnYQV5wtHOdAR1hLQzh4jfhfFGxG2vflKYCJwPCHf9nzWzysNCJ9dnIva9Om3zg CKyJTeU+KlBUqCczcdK4WN92taLJg98MVOYxyyXhT5Ub3wLlUmQ1AiNRAXdJA9lG36Pm3kD seEt8FhaBm3WnHkf0Q6xA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.3 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:96849 Archived-At: Thien-Thi Nguyen writes: > Any particular reason you use =E2=80=98pcase=E2=80=99 here instead of =E2= =80=98cond=E2=80=99? Yes, I want to get more used to it ;-). And this is a common use case, since all "conditions" only depend on one value. Michael.