From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: Re: how to reference the current *.el file in elisp Date: Thu, 02 Jul 2009 20:48:20 +0800 Message-ID: <87iqibgsiz.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246572340 14328 80.91.229.12 (2 Jul 2009 22:05:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2009 22:05:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 03 00:05:34 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MMUPL-0004dR-MC for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2009 00:05:32 +0200 Original-Received: from localhost ([127.0.0.1]:49870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMUPK-0004fr-UM for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jul 2009 18:05:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMLiN-0002xH-Ln for help-gnu-emacs@gnu.org; Thu, 02 Jul 2009 08:48:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMLiI-0002nM-AX for help-gnu-emacs@gnu.org; Thu, 02 Jul 2009 08:48:34 -0400 Original-Received: from [199.232.76.173] (port=34206 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMLiH-0002mr-Sg for help-gnu-emacs@gnu.org; Thu, 02 Jul 2009 08:48:29 -0400 Original-Received: from caiajhbdccah.dreamhost.com ([208.97.132.207]:46978 helo=homiemail-a4.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMLiH-0008Kx-5Q for help-gnu-emacs@gnu.org; Thu, 02 Jul 2009 08:48:29 -0400 Original-Received: from jidanni.org (122-127-37-117.dynamic.hinet.net [122.127.37.117]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a4.g.dreamhost.com (Postfix) with ESMTP id 40690743A4 for ; Thu, 2 Jul 2009 05:48:26 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-Mailman-Approved-At: Thu, 02 Jul 2009 18:00:11 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65729 Archived-At: ># compile-command: (concat "blarfowitz --nizbotize " buffer-file-name) > without being asked about risky variables, or hard wiring buffer-file-name?