From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: Symbol's function definition is void: x-register-dnd-atom Date: Sun, 25 Jul 2010 16:33:59 -0400 Message-ID: <7DFA3FE9-7DD8-4E04-97E5-D1ADDE2F7545@raeburn.org> References: <87sk38xo29.fsf@telefonica.net> <83wrsjbhse.fsf@gnu.org> <876303xy8c.fsf@telefonica.net> <83r5irbffg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280090066 827 80.91.229.12 (25 Jul 2010 20:34:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Jul 2010 20:34:26 +0000 (UTC) To: Emacs Developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 25 22:34:25 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Od7tw-0005Zb-Qh for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 22:34:25 +0200 Original-Received: from localhost ([127.0.0.1]:40015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od7tv-0006Cp-R8 for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2010 16:34:23 -0400 Original-Received: from [140.186.70.92] (port=46100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od7tq-0006BX-2H for emacs-devel@gnu.org; Sun, 25 Jul 2010 16:34:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Od7to-0005Uh-ID for emacs-devel@gnu.org; Sun, 25 Jul 2010 16:34:17 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:61476 helo=raeburn.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od7tg-0005Su-Ss for emacs-devel@gnu.org; Sun, 25 Jul 2010 16:34:16 -0400 Original-Received: from squish.raeburn.org (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id o6PKXx07020397; Sun, 25 Jul 2010 16:33:59 -0400 (EDT) In-Reply-To: <83r5irbffg.fsf@gnu.org> X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127792 Archived-At: On Jul 25, 2010, at 14:10, Eli Zaretskii wrote: >> From: =D3scar Fuentes >> Date: Sun, 25 Jul 2010 19:33:39 +0200 >>=20 >> I'm interested on possible issues I could find while running a >> non-dumped emacs, though. >=20 > With or without "-l loadup" on the command line? >=20 > Without it, you will miss a lot of features which you are accustomed > to have. =D3scar's original message said he's using CANNOT_DUMP. Unless = something's been broken since I last tried it, loading loadup.el is part = of the program startup in that mode, as long as "--no-loadup"/"-nl" = isn't given; it doesn't need to be specified on the command line. If = passing "-l loadup" makes things work better, there's probably a bug in = there somewhere... Ken=