From: Drew Adams <drew.adams@oracle.com>
To: help-gnu-emacs@gnu.org
Subject: RE: python-mode broken - zip and git issues
Date: Sun, 1 Feb 2015 07:51:42 -0800 (PST) [thread overview]
Message-ID: <f277acd8-bb7d-465d-9177-62544b32c2f2@default> (raw)
In-Reply-To: <jwv61bld7hg.fsf-monnier+gmane.emacs.help@gnu.org>
> Don't use symbol-name on major-mode. Just use the symbol itself.
> E.g. instead of (equal "foo-mode" (symbol-name major-mode)), you can
> test (equal 'foo-mode major-mode).
Or (eq 'foo-mode major-mode).
next prev parent reply other threads:[~2015-02-01 15:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-31 20:39 python-mode broken - zip and git issues Tim Johnson
2015-01-31 20:56 ` Tim Johnson
2015-01-31 22:05 ` Drew Adams
2015-01-31 22:23 ` Tim Johnson
2015-02-01 14:38 ` Stefan Monnier
2015-02-01 15:51 ` Drew Adams [this message]
2015-02-01 17:08 ` Tim Johnson
2015-02-01 20:23 ` Tim Johnson
2015-02-01 20:34 ` Drew Adams
2015-02-01 20:40 ` Tim Johnson
2015-02-03 20:21 ` Stefan Monnier
2015-02-01 18:03 ` Andreas Röhler
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f277acd8-bb7d-465d-9177-62544b32c2f2@default \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).