Re: [Some news (nngnorb "UCMgmail")?] (was: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)])

2022-05-06 Thread Ihor Radchenko
Uwe Brauer  writes:

> That did not work, however when removing 
>
> (nngnorb "UCMgmail")
> it worked.
>
> When you read this, any idea what is going on here?

nngnorb is a third-party package that is certainly interacting with Org
(https://elpa.gnu.org/packages/gnorb.html)

It would be great if you report bug to the package author, so that
he/she can help with debugging.

Best,
Ihor



[Some news (nngnorb "UCMgmail")?] (was: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)])

2022-05-05 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko  writes:

> Uwe Brauer  writes:
>> Here is one of the templates
>> ("mt" "Tutorias Headings"
>> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" 
>> "Tutorials")
>> "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: 
>> %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
>> 
>> So I in my gnus message 
>> 
>> 1. I fire up org-capture
>> 
>> 2. I am asked to the Task, I type but then Emacs hangs, and I have
>> to abort the operation. That did not happen with git master
>> 1f78ca45f8d534e51c1e30e9225d1da8b2e50650

> Could you please provide detailed steps how to reproduce starting from
> emacs -Q?

> I am unable to trigger the hang using your template doing the following

> 1. cd path/to/org/repo/main/branch
> 2. make cleanall; make autoloads; emacs -Q -L ./lisp/ -l org -l /tmp/bug.el 
> with bug.el:
> (setq org-capture-templates '(("m" "Tutorias Headings"
>entry (file+headline "/tmp/tutorias.org" "Tutorials")
>"* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
> Subject :: %:subject\n- Date ::
> %:date\n- Email :: %a\n\n%?\n%i")))

> 3. M-x gnus
> 4. m
> 5. Fill To and Subject fields of the message
> 6. M-x org-capture  m
> 7. test 
> 8. 1:test: 
> 9. C-c C-c

I did 

/opt/emacs29/bin/emacs -Q -L ./lisp/ -l org -l bug.el

With bug.el containing:

(setq org-capture-templates '(("m" "Tutorias Headings"
 entry (file+headline "/tmp/tutorias.org" "Tutorials")
 "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
Subject :: %:subject\n- Date ::
%:date\n- Email :: %a\n\n%?\n%i")))

(setq gnus-select-method (list 'nnnil "")) ;Jan  1, 2005 18:21
(setq gnus-secondary-select-methods nil)
(setq gnus-secondary-select-methods
  '(
(nntp  "news.gmane.io") 
(nngnorb "UCMgmail")
(nnimap "UCMgmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-authinfo-file "~/.authinfo")
(nnimap-stream ssl)
;;(nnimap-stream starttls)
(nnimap-fetch-partial-articles "text/")
(nnir-search-engine imap))
(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnimap-authinfo-file "~/.authinfo")
;;(nnimap-stream starttls))
(nnimap-fetch-partial-articles "text/")
;(nnimap-fetch-partial-articles t)
(nnimap-stream ssl))
(nnimap "Gisi"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnimap-authinfo-file "~/.authinfo")
;;(nnimap-stream starttls))
(nnimap-stream ssl))
(nnimap "gmx"
(nnimap-address "imap.gmx.de")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnimap-authinfo-file "~/.authinfo")
(nnimap-stream ssl))
(nnimap "GmxUwe"
(nnimap-address "imap.gmx.net")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnimap-authinfo-file "~/.authinfo")
(nnimap-stream ssl))
))

That did not work, however when removing 

(nngnorb "UCMgmail")
it worked.

I also removed this from my gnus-init file and for the moment everything seems 
to work.

Good @Eric (Eric Abrahamsen)

When you read this, any idea what is going on here?

Uwe 


smime.p7s
Description: S/MIME cryptographic signature


Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko  writes:

> Uwe Brauer  writes:
>> Here is one of the templates
>> ("mt" "Tutorias Headings"
>> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" 
>> "Tutorials")
>> "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: 
>> %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
>> 
>> So I in my gnus message 
>> 
>> 1. I fire up org-capture
>> 
>> 2. I am asked to the Task, I type but then Emacs hangs, and I have
>> to abort the operation. That did not happen with git master
>> 1f78ca45f8d534e51c1e30e9225d1da8b2e50650

> Could you please provide detailed steps how to reproduce starting from
> emacs -Q?

I recovered a working version. For this I downgraded emacs and org mod
and all my lisp packages installed via the emacs package system.

Then I upgraded org to the actual git master/main version. It still worked.

When I upgrade GNU emacs to the actual master, I encountered problems
with some of the packages (I recall having this problem a couple of days
ago) so I needed to upgrade some packages and that triggered the
problem.

So I downgraded to the GNU emacs version from November and the working
emacs package version. Everything is fine.

I need this org functionality now and have to time to fiddle around but I
try to find out the culprit by the end of June.


Regards

Uwe Brauer 


smime.p7s
Description: S/MIME cryptographic signature


Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko  writes:

> Uwe Brauer  writes:
>> Here is one of the templates
>> ("mt" "Tutorias Headings"
>> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" 
>> "Tutorials")
>> "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: 
>> %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
>> 
>> So I in my gnus message 
>> 
>> 1. I fire up org-capture
>> 
>> 2. I am asked to the Task, I type but then Emacs hangs, and I have
>> to abort the operation. That did not happen with git master
>> 1f78ca45f8d534e51c1e30e9225d1da8b2e50650

> Could you please provide detailed steps how to reproduce starting from
> emacs -Q?

My apologies, I downgraded both Emacs and org and the problem still
persists, so either it is a package I installed in the meantime or some
change in my settings.

I try to debug this and report back

Uwe 


smime.p7s
Description: S/MIME cryptographic signature


Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-03 Thread Ihor Radchenko
Uwe Brauer  writes:

> Here is one of the templates
> ("mt" "Tutorias Headings"
>  entry (file+headline 
> "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" "Tutorials")
>  "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
> Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")
>
> So I in my gnus message 
>
> 1. I fire up org-capture
>
> 2. I am asked to the Task, I type but then Emacs hangs, and I have
>to abort the operation. That did not happen with git master
>1f78ca45f8d534e51c1e30e9225d1da8b2e50650

Could you please provide detailed steps how to reproduce starting from
emacs -Q?

I am unable to trigger the hang using your template doing the following

1. cd path/to/org/repo/main/branch
2. make cleanall; make autoloads; emacs -Q -L ./lisp/ -l org -l /tmp/bug.el 
with bug.el:
(setq org-capture-templates '(("m" "Tutorias Headings"
 entry (file+headline "/tmp/tutorias.org" "Tutorials")
 "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
Subject :: %:subject\n- Date ::
%:date\n- Email :: %a\n\n%?\n%i")))

3. M-x gnus
4. m
5. Fill To and Subject fields of the message
6. M-x org-capture  m
7. test 
8. 1:test: 
9. C-c C-c

Best,
Ihor



Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-02 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko  writes:

> Uwe Brauer  writes:
>> And org-mode to a3dac4d20a37c51393f191d01e0ec2170bb260a3
>> 
>> However when using org-capture, emacs hangs and I can't finish sending the 
>> template?
>> 
>> Can anybody confirm this?

> Could you provide more details? Reproducer?

> Capture is certainly working on my side - I use org-capture regularly
> and frequently.

Here is one of the templates
("mt" "Tutorias Headings"
 entry (file+headline 
"~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" "Tutorials")
 "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- 
Subject :: %:subject\n- Date :: %:date\n- Email :: %a\n\n%?\n%i")

So I in my gnus message 

1. I fire up org-capture

2. I am asked to the Task, I type but then Emacs hangs, and I have
   to abort the operation. That did not happen with git master
   1f78ca45f8d534e51c1e30e9225d1da8b2e50650



Uwe Brauer 


smime.p7s
Description: S/MIME cryptographic signature


Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-02 Thread Ihor Radchenko
Uwe Brauer  writes:

> And org-mode to a3dac4d20a37c51393f191d01e0ec2170bb260a3
>
> However when using org-capture, emacs hangs and I can't finish sending the 
> template?
>
> Can anybody confirm this?

Could you provide more details? Reproducer?

Capture is certainly working on my side - I use org-capture regularly
and frequently.

Best,
Ihor



[Culprit is org] (was: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)])

2022-05-02 Thread Uwe Brauer
>>> "UB" == Uwe Brauer  writes:

> Hi
> Not sure who is the culprit here. 
> I upgraded GNU emacs to 
> ,
> | emacs-repository-version is a variable defined in ‘version.el’.
> | 
> | Its value is "7bf17ceee8c2d347917541e143ce25609e90ebbb"
> `

> And org-mode to a3dac4d20a37c51393f191d01e0ec2170bb260a3

> However when using org-capture, emacs hangs and I can't finish sending the 
> template?

> Can anybody confirm this?

I downgroaded emacs to an earlier git version and I still cannot send
the org-capture template. So it is a org bug. I try out now the latest 
org-master


smime.p7s
Description: S/MIME cryptographic signature