From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: Re: python-mode broken - zip and git issues Date: Sun, 1 Feb 2015 08:08:37 -0900 Organization: AkWebsoft Message-ID: <20150201170837.GA1676@mail.akwebsoft.com> References: <20150131203933.GK1459@mail.akwebsoft.com> <20150131205613.GL1459@mail.akwebsoft.com> <7f9babbe-2b1f-417a-bcff-0e67d5865db2@default> <20150131222354.GM1459@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1422810543 11264 80.91.229.3 (1 Feb 2015 17:09:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 17:09:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 01 18:08:58 2015 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 1YHy13-0001XG-GD for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 18:08:57 +0100 Original-Received: from localhost ([::1]:51226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHy12-0000r0-M8 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 12:08:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHy0q-0000qv-FK for help-gnu-emacs@gnu.org; Sun, 01 Feb 2015 12:08:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHy0n-0003Hs-9v for help-gnu-emacs@gnu.org; Sun, 01 Feb 2015 12:08:44 -0500 Original-Received: from 191-232-4-64.mtaonline.net ([64.4.232.191]:50390 helo=tj49.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHy0n-0003Hb-1k for help-gnu-emacs@gnu.org; Sun, 01 Feb 2015 12:08:41 -0500 Original-Received: by tj49.com (Postfix, from userid 501) id 539C759D3884; Sun, 1 Feb 2015 08:08:37 -0900 (AKST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 64.4.232.191 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:102435 Archived-At: * Drew Adams [150201 07:11]: > > 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). Thanks. Great tip guys. Didn't know that equal/eq worked on symbols. (help is my friend) -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com, http://www.tj49.com