all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Bozhidar Batsov <bozhidar@batsov.com>
Cc: emacs-devel <emacs-devel@gnu.org>, Dmitry Gutov <dgutov@yandex.ru>
Subject: Re: trunk r115036: * lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding): Use
Date: Fri, 08 Nov 2013 15:35:39 -0500	[thread overview]
Message-ID: <jwv1u2qbpk3.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <CAM9Zgm1=Y-BF2FvH6KOpUS3CGJLaF7-xryPUKZ4GRzeJvgjPng@mail.gmail.com> (Bozhidar Batsov's message of "Fri, 8 Nov 2013 21:48:19 +0200")

> So you're saying I should use `cond', right? I was under the impression
> that `case' is preferable if you'll be always checking the value of the
> same expression.

No, I'm saying that the format of a "case" branch is (CASES &rest
FORMS), where CASES can be a list of values.  In your case, CASES is
"'ruby" which is a shorthand for "(quote ruby)", i.e. you test 2 values.


        Stefan



      reply	other threads:[~2013-11-08 20:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1VeoWf-0002wa-2m@vcs.savannah.gnu.org>
2013-11-08 17:58 ` trunk r115036: * lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding): Use Dmitry Gutov
2013-11-08 18:23   ` Bozhidar Batsov
2013-11-08 19:16     ` Dmitry Gutov
2013-11-08 19:04   ` Stefan Monnier
2013-11-08 19:48     ` Bozhidar Batsov
2013-11-08 20:35       ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv1u2qbpk3.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=bozhidar@batsov.com \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.