From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: roland.rau@gmail.com Newsgroups: gmane.emacs.help Subject: recentf-mode works 'by hand' but not if started from .emacs Date: 12 Jan 2007 07:14:36 -0800 Organization: http://groups.google.com Message-ID: <1168614875.355310.217590@q2g2000cwa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1168616510 4223 80.91.229.12 (12 Jan 2007 15:41:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 15:41:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 12 16:41:48 2007 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 1H5OXI-00063u-14 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jan 2007 16:41:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5OXH-0002pU-UO for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jan 2007 10:41:43 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q2g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 56 Original-NNTP-Posting-Host: 152.3.243.108 Original-X-Trace: posting.google.com 1168614884 26161 127.0.0.1 (12 Jan 2007 15:14:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 12 Jan 2007 15:14:44 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q2g2000cwa.googlegroups.com; posting-host=152.3.243.108; posting-account=QfrWYAwAAACi4rqHRkKp_US3xbUdEoF- Original-Xref: shelby.stanford.edu gnu.emacs.help:144658 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:40262 Archived-At: Dear all, I wanted to enable the recentf-mode in GNU Emacs. If I do M-x recentf-mode it works fine. If I write down (recentf-mode t) in a Lisp Interaction Bufffer and 'C-x,C-e' it, it also works. If I put, however, the same code at the end of my .emacs file (recentf-mode t) I get an error (without it, I have no errors during startup). Can somebody tell me what I did wrong? Thanks, Roland As usual, I guess the following information is required: a) Emacs version (version) "GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-08-30 on W2ONE" b) Error Protocol (from *Messages*) (C:\rolandprogs\Emacs\emacs\bin\emacs.exe --load=C:/rolandprogs/Emacs/EmacsW32/bin/gnuservauto.el) Loading encoded-kb...done Adding c:/rolandprogs/Emacs/EmacsW32/lisp/ to load-path Loading c:/rolandprogs/auctex/auctex-11.14/tex-site.el (source)...done Loading c:/rolandprogs/ess/ess-5.3.1/lisp/ess-site.el (source)... Loading regexp-opt...done enabling speedbar support Loading c:/rolandprogs/ess/ess-5.3.1/lisp/ess-site.el (source)...done Loading pc-select...done Loading delsel...done Loading time...done Loading c:/HOME/nc.el (source)... Loading advice...done Loading c:/HOME/nc.el (source)...done Loading paren...done Loading c:/HOME/haskell-site-file.el (source)...done Loading c:/HOME/recentf.el (source)...done Loading c:/HOME/.recentf...done Cleaning up the recentf list... Loading cl-macs...done Cleaning up the recentf list...done An error has occurred while loading `c:/HOME/.emacs': Wrong type argument: keymapp, nil To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace.