From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "largo-linux" Newsgroups: gmane.emacs.help Subject: Re: defvaralias Date: 5 Aug 2005 18:18:19 -0700 Organization: http://groups.google.com Message-ID: <1123291099.357873.273700@g49g2000cwa.googlegroups.com> References: <1123256291.864415.311180@g43g2000cwa.googlegroups.com> <87k6j0pe92.fsf@MagnumOpus.local> <1123259961.132592.111850@o13g2000cwo.googlegroups.com> <87fytom0lq.fsf@MagnumOpus.local> <1123288133.391089.262410@g49g2000cwa.googlegroups.com> <87ll3fhowo.fsf@MagnumOpus.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1123291393 30878 80.91.229.2 (6 Aug 2005 01:23:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2005 01:23:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 06 03:23:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1DOJ-0003u1-NJ for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Aug 2005 03:22:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1DRC-0002AI-1L for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Aug 2005 21:25:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 138.88.70.111 Original-X-Trace: posting.google.com 1123291104 9591 127.0.0.1 (6 Aug 2005 01:18:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 6 Aug 2005 01:18:24 +0000 (UTC) In-Reply-To: <87ll3fhowo.fsf@MagnumOpus.local> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=138.88.70.111; posting-account=g1rEsg0AAADlx-cYhMh6ZhhEzhSftALr Original-Xref: shelby.stanford.edu gnu.emacs.help:132948 Original-To: help-gnu-emacs@gnu.org 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:28468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28468 I have the following in my .emacs (add-to-list 'load-path "/scratch/emacs-wiki-2.70") (require 'emacs-wiki) i read somewhere that in the NEWS (C-h n) defvaralias has an entry... C-h f defvaralias --> no entry C-h v emacs-wiki-default-page emacs-wiki-default-page's value is "WelcomePage" Documentation: Name of the default page used by M-x emacs-wiki-find-file. This is also used to resolve a link to a project that has no Wiki page specified. You can customize this variable. Defined in `emacs-wiki'. i don't see an "about emacs" in "help" but there is an "emacs version" it returns GNU Emacs 21.4.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-05-18 on decompose.build.redhat.com thank you.