emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: org-capture/remember in Emacs 24.4.1? (Marco Wahl)
       [not found] <mailman.103.1414425633.20613.emacs-orgmode@gnu.org>
@ 2014-10-28  4:10 ` Benjamin Slade
  2014-10-28  8:44   ` Marco Wahl
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Slade @ 2014-10-28  4:10 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: marcowahlsoft

>Your code works for me (Emacs 25 with a current Org from the git
> repo).
> 
> Just guessing: Do you have installed a further hook for deleting frames
> in certain situations which might be the wrongdoer?

I don't seem to. I can't find anything else which seems to do anything
with deleting frames.

(side stepping the problem:) Perhaps there's a simpler way to set up a
remember-frame like this in 24.4?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr Benjamin Slade
pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{sent by mu4e on Emacs running under GNU/Linux}
(Choose Linux, Choose Freedom)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-capture/remember in Emacs 24.4.1? (Marco Wahl)
  2014-10-28  4:10 ` org-capture/remember in Emacs 24.4.1? (Marco Wahl) Benjamin Slade
@ 2014-10-28  8:44   ` Marco Wahl
  2014-10-29  1:50     ` Benjamin Slade
  2014-10-29  2:20     ` Benjamin Slade
  0 siblings, 2 replies; 5+ messages in thread
From: Marco Wahl @ 2014-10-28  8:44 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: slade

Benjamin Slade <slade@jnanam.net> writes:

>>Your code works for me (Emacs 25 with a current Org from the git
>> repo).
>> 
>> Just guessing: Do you have installed a further hook for deleting frames
>> in certain situations which might be the wrongdoer?
>
> I don't seem to. I can't find anything else which seems to do anything
> with deleting frames.
>
> (side stepping the problem:) Perhaps there's a simpler way to set up a
> remember-frame like this in 24.4?

I played some with the 24.4 and now can confirm your report.  Emacs
crashed every time after C-c C-c in the caption buffer.

Unfortunately I could not understand what's going on.

Being pragmatic you could comment the line

 (when capture-frame-p (make-frame-invisible))  ;; hide quickly

This line looks like cosmetics and commenting out this line worked as a
side stepping for me.


Best regards,  Marco
-- 
http://www.wahlzone.de
GPG: 0x0A3AE6F2

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-capture/remember in Emacs 24.4.1? (Marco Wahl)
  2014-10-28  8:44   ` Marco Wahl
@ 2014-10-29  1:50     ` Benjamin Slade
  2014-10-29  2:20     ` Benjamin Slade
  1 sibling, 0 replies; 5+ messages in thread
From: Benjamin Slade @ 2014-10-29  1:50 UTC (permalink / raw)
  To: Marco Wahl; +Cc: emacs-orgmode

Oddly this works on my one computer, but not my other -- doubly odd
since they're both running the same distro, the same version of Emacs,
and the same .emacs file!

Even commenting out that line doesn't change the (wrong) behaviour on my
one computer....


Marco Wahl <marcowahlsoft@gmail.com> writes:

> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
> Benjamin Slade <slade@jnanam.net> writes:
>
>>>Your code works for me (Emacs 25 with a current Org from the git
>>> repo).
>>> 
>>> Just guessing: Do you have installed a further hook for deleting frames
>>> in certain situations which might be the wrongdoer?
>>
>> I don't seem to. I can't find anything else which seems to do anything
>> with deleting frames.
>>
>> (side stepping the problem:) Perhaps there's a simpler way to set up a
>> remember-frame like this in 24.4?
>
> I played some with the 24.4 and now can confirm your report.  Emacs
> crashed every time after C-c C-c in the caption buffer.
>
> Unfortunately I could not understand what's going on.
>
> Being pragmatic you could comment the line
>
>  (when capture-frame-p (make-frame-invisible))  ;; hide quickly
>
> This line looks like cosmetics and commenting out this line worked as a
> side stepping for me.
>
>
> Best regards,  Marco

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr Benjamin Slade
pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{sent by mu4e on Emacs running under GNU/Linux}
(Choose Linux, Choose Freedom)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-capture/remember in Emacs 24.4.1? (Marco Wahl)
  2014-10-28  8:44   ` Marco Wahl
  2014-10-29  1:50     ` Benjamin Slade
@ 2014-10-29  2:20     ` Benjamin Slade
  2014-10-29  8:29       ` Marco Wahl
  1 sibling, 1 reply; 5+ messages in thread
From: Benjamin Slade @ 2014-10-29  2:20 UTC (permalink / raw)
  To: Marco Wahl; +Cc: emacs-orgmode

I figured it out - in updating, I had lost the cdlatex package, and
org-capture wants this for some reason, that's why it was crashing for
me.


Marco Wahl <marcowahlsoft@gmail.com> writes:

> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
> Benjamin Slade <slade@jnanam.net> writes:
>
>>>Your code works for me (Emacs 25 with a current Org from the git
>>> repo).
>>> 
>>> Just guessing: Do you have installed a further hook for deleting frames
>>> in certain situations which might be the wrongdoer?
>>
>> I don't seem to. I can't find anything else which seems to do anything
>> with deleting frames.
>>
>> (side stepping the problem:) Perhaps there's a simpler way to set up a
>> remember-frame like this in 24.4?
>
> I played some with the 24.4 and now can confirm your report.  Emacs
> crashed every time after C-c C-c in the caption buffer.
>
> Unfortunately I could not understand what's going on.
>
> Being pragmatic you could comment the line
>
>  (when capture-frame-p (make-frame-invisible))  ;; hide quickly
>
> This line looks like cosmetics and commenting out this line worked as a
> side stepping for me.
>
>
> Best regards,  Marco

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr Benjamin Slade
pgp fingerprint: 21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{sent by mu4e on Emacs running under GNU/Linux}
(Choose Linux, Choose Freedom)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: org-capture/remember in Emacs 24.4.1? (Marco Wahl)
  2014-10-29  2:20     ` Benjamin Slade
@ 2014-10-29  8:29       ` Marco Wahl
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Wahl @ 2014-10-29  8:29 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Benjamin Slade

Benjamin Slade <slade@jnanam.net> writes:

> I figured it out - in updating, I had lost the cdlatex package, and
> org-capture wants this for some reason, that's why it was crashing for
> me.

Library confusion sounds indeed like a probable source of the crashes.
Great, that you figured that out!


Best regards,  Marco
-- 
http://www.wahlzone.de
GPG: 0x0A3AE6F2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-29  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.103.1414425633.20613.emacs-orgmode@gnu.org>
2014-10-28  4:10 ` org-capture/remember in Emacs 24.4.1? (Marco Wahl) Benjamin Slade
2014-10-28  8:44   ` Marco Wahl
2014-10-29  1:50     ` Benjamin Slade
2014-10-29  2:20     ` Benjamin Slade
2014-10-29  8:29       ` Marco Wahl

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).