From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Lisp error: (wrong-type-argument stringp nil) Date: Fri, 15 Oct 2010 08:48:35 +0200 Message-ID: <12CA17F5-BE6C-4C10-9692-D4071F0C7B7C@gmail.com> References: <80iq16rvi0.fsf@mundaneum.com> <80vd54ly8e.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54432 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6e5x-00019K-7E for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 02:48:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6e5w-0000Wi-3m for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 02:48:49 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:51005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6e5v-0000Vd-VW for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 02:48:48 -0400 Received: by mail-ew0-f41.google.com with SMTP id 5so249313ewy.0 for ; Thu, 14 Oct 2010 23:48:47 -0700 (PDT) In-Reply-To: <80vd54ly8e.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Hi Sebastian, I do not know what is happening here. Something. But you do seem to be the only one having this problem, I have not heard about it from anybody else. Unfortunately I do not know how to guide you to better tracing this error at this time. If you can make me a reproducible case with a minimal setup - I will take a look. - Carsten On Oct 14, 2010, at 3:06 PM, S=E9bastien Vauban wrote: > Carsten Dominik, > > Carsten Dominik wrote: >>> I don't understand the cause of this, moreover as I have the =20 >>> linked file >>> open in my Emacs. >>> >>> Of course, since I've just reinstalled my Emacs, Org, and so on, =20 >>> on a new >>> Windows setup, I have many small differences with before. >>> >>> Someone would have an idea for this? >> >> do you have agenda-follow-mode on? > > Nope. I only use that once in a month, when checking clock times and > description of tasks. > > Not enabled in yesterday's session. > > >> Also, can you please hit the bug again in the debugger and then press >> >> e m RET >> >> and let me know what the debuffer reports? This should retrieve =20 >> the value of >> m. >> >> One possible reason to get this bug is to kill the buffer one of =20 >> one of the >> agenda files and then to revisit it. The marker will then not be =20= >> nil, but it >> will point nowhere.... > > I killed one of the org-agenda-files, and moved the cursor on it. > I could reproduce the same problem as yesterday. > > Entering debugger... > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > set-buffer(nil) > (if (markerp m) (set-buffer (marker-buffer m))) > (save-excursion (if (markerp m) (set-buffer ...)) (save-excursion =20 > (goto-char ...) (org-display-outline-path t))) > (org-with-point-at m (org-display-outline-path t)) > (if (and m org-agenda-show-outline-path) (org-with-point-at m (org-=20 > display-outline-path t))) > (let ((m ...)) (if (and org-agenda-follow-mode m) (org-agenda-show)) =20= > (if (and m org-agenda-show-outline-path) (org-with-point-at m ...))) > org-agenda-do-context-action() > org-agenda-next-line() > call-interactively(org-agenda-next-line nil nil) > --8<---------------cut here---------------end--------------->8--- > > =3De m RET=3D displays: > > # > > Though, here and now, pressing =3Dg=3D resolves the problem. Agenda is = =20 > refreshed, > with the missing file being reloaded, and I can once again move and =20= > click on > any line of the agenda. > > Yesterday, there were 2 differences: > > - =3Dg=3D did not solve anything > > - all the agenda lines were bugging... > > Unluckily, I don't enough context now to be able to reproduce that =20 > exact same > problem as of yesterday. I said it only occurred a couple of times, =20= > over a > couple of days. > > Thanks! > > Best regards, > Seb > > --=20 > S=E9bastien Vauban > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode