From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: Re: dired error: invalid byte code Date: Mon, 15 Jul 2013 21:48:36 -0400 Message-ID: <87bo63uvez.fsf@engels.HistoricalMaterialism.info> References: <87zjtn2518.fsf@engels.HistoricalMaterialism.info> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1373939422 27823 80.91.229.3 (16 Jul 2013 01:50:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 01:50:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 16 03:50:24 2013 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 1UyuPG-0002GD-LX for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Jul 2013 03:50:22 +0200 Original-Received: from localhost ([::1]:42378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuPG-0003ko-9m for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jul 2013 21:50:22 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Mon, 15 Jul 2013 20:48:36 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:CmdGm/OIDpWfLVGGgZSao78HM2M= Original-Lines: 19 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-jfZNOI1l5j3bd9sjRBBtkKrYe+PR8t1elP6jPTwITac7Xscb9ZNaA+WWV2aGomma2JkzfpbzXxkJdJy!CVN6GrF9q5PB0SCvI8Xhy+5qW56Gbn4rbnW7Fwqth85TdX1w5RwSvoB9B3CqPO2pvENRmL4CIAEZ!R4At Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1779 Original-Xref: usenet.stanford.edu gnu.emacs.help:199880 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:92146 Archived-At: Michael Heerdegen writes: > Haines Brown writes: > >> For no obvious reason, my dired-create-directory function ceased to work >> with this error: >> >> Debugger entered--Lisp error: (error "Invalid byte code in >> /usr/share/emacs/23.2/lisp/dired-aux.elc") >> ... >> call-interactively(dired-create-directory nil nil) > > But most of the time, when I got such an error, restarting Emacs was > enough. That did the trick. Never occurred to me to do that because I've been using emacs for years without ever having to restart to solve a problem. Thanks.