From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Graham Smith" Newsgroups: gmane.emacs.help Subject: lisp code to use short cuts to launch file Date: Sun, 19 Oct 2008 19:22:12 +0100 Message-ID: <2c75873c0810191122k6e357807i9c6ade2ff78edfe6@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224500531 9058 80.91.229.12 (20 Oct 2008 11:02:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 11:02:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 13:03:11 2008 connect(): Connection refused 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 1KrcwH-0005KO-3G for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Oct 2008 20:23:41 +0200 Original-Received: from localhost ([127.0.0.1]:59772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrcvB-00011P-NO for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Oct 2008 14:22:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Krcut-00010L-9p for help-gnu-emacs@gnu.org; Sun, 19 Oct 2008 14:22:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Krcus-000104-Ji for help-gnu-emacs@gnu.org; Sun, 19 Oct 2008 14:22:14 -0400 Original-Received: from [199.232.76.173] (port=49773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Krcus-000101-EW for help-gnu-emacs@gnu.org; Sun, 19 Oct 2008 14:22:14 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:64040) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Krcus-0000lL-22 for help-gnu-emacs@gnu.org; Sun, 19 Oct 2008 14:22:14 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1210549fgb.30 for ; Sun, 19 Oct 2008 11:22:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=7F/pe5IvRlLJ82JYiJXlGCOi1kcliRhOw2Ibck+LvSI=; b=XD21uByuz2Bp8Wdt/YBoBqWBg9SaplssVaiDU0SrLn3snyK1kS4emxfgdK6H4/EYCk 2DQMrn4gZpnjzgH4rWAd9U9x6uuseukB3cIEU6oQh/l4EBvEOnvc1KUxepTYkUO3bJXw Pl0RLeGsw8GIziECXdOxdmFPdfFVJ4WHuSAZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=uNvrNyD5QQvChDDE1ZORhvjnuSeJZ3mup/uJKCUa/PUrW4r0zgysfAllLEjSkOlMGX yR3OMgl1BvscJ4pTnPCG58X/g6FbFfIJ1RjmhAW3esj9xh68+Msr9LNpzIAPTGkKqubn ZRlD+ToDCI6m3Vpw6fJkbuPzxhVt9GkaUDy94= Original-Received: by 10.86.30.9 with SMTP id d9mr2174611fgd.16.1224440532244; Sun, 19 Oct 2008 11:22:12 -0700 (PDT) Original-Received: by 10.86.26.20 with HTTP; Sun, 19 Oct 2008 11:22:12 -0700 (PDT) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:58944 Archived-At: When I used emacs before, I used some code in .emacs that allowed me to open a file using a shortcut name, the path and file associated with the shortcut being set up in .emacs. Of course now that I want to use it again, I can't find any reference to the code I need to use. Can someone tell me what it is I need to use. Many thanks, Graham