From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.devel Subject: emacs-25 in console mode ... need debug coaching Date: Wed, 17 Dec 2014 13:31:28 -0500 Organization: Still searching... Message-ID: <8761dat9fj.fsf@reader.local.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418841128 14575 80.91.229.3 (17 Dec 2014 18:32:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2014 18:32:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 17 19:32:01 2014 Return-path: Envelope-to: ged-emacs-devel@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 1Y1JOD-0008VA-9l for ged-emacs-devel@m.gmane.org; Wed, 17 Dec 2014 19:32:01 +0100 Original-Received: from localhost ([::1]:51007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1JOC-0007VG-GJ for ged-emacs-devel@m.gmane.org; Wed, 17 Dec 2014 13:32:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1JO1-0007Uc-Jj for emacs-devel@gnu.org; Wed, 17 Dec 2014 13:31:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1JNt-0002Ai-Kt for emacs-devel@gnu.org; Wed, 17 Dec 2014 13:31:49 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:41463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1JNt-0002AW-F7 for emacs-devel@gnu.org; Wed, 17 Dec 2014 13:31:41 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y1JNs-0008Q9-7P for emacs-devel@gnu.org; Wed, 17 Dec 2014 19:31:40 +0100 Original-Received: from c-76-97-127-193.hsd1.ga.comcast.net ([76.97.127.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2014 19:31:40 +0100 Original-Received: from reader by c-76-97-127-193.hsd1.ga.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2014 19:31:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-76-97-127-193.hsd1.ga.comcast.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:++DqFMfv/I8eleqKxMkYgy9GAho= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:180243 Archived-At: Setup: Fresh install of gentoo linux emacs from bzr sources of 2 days ago (12/15/2014) I have two errors to report but they only happen when I do NOT run emacs -Q. So, likely to be something in my local setup. Thing is, I don't have an idea how to track them down to the source problem. 1) On startup in console mode... this error occurs: [From *Messages* buffer] ,---- | seconds-to-time: Wrong type argument: listp, 0 | Error in post-command-hook (global-font-lock-mode-check-buffers): (wrong-type-argument listp 0) | Error in post-command-hook (eldoc-schedule-timer): (wrong-type-argument listp 0) `---- In dired mode: This occurs when defining an unwanted directory with `d' and attempting removal with `x' Ditto for `d' `x' on a regular file [From *Messages* buffer] ,---- | seconds-to-time: Wrong type argument: listp, 0 `---- Can anyone recognize what might be happening or suggest where I can look for the cause. If I start with emacs -Q, none of this happens.