Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Error reading nnimap ??
@ 2005-07-05 13:34 lance
  2005-07-06 11:37 ` lance
  0 siblings, 1 reply; 9+ messages in thread
From: lance @ 2005-07-05 13:34 UTC (permalink / raw)



Whenever I try to read my imap Inbox I get the following
error:

Invalid Regex: "Unmatched [ or [^"


Any ideas?

Lance



-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
          The natural progress of things is for liberty to yield and
                          governments to gain ground.
                                       -
                                Thomas Jefferson


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

* Re: Error reading nnimap ??
  2005-07-05 13:34 Error reading nnimap ?? lance
@ 2005-07-06 11:37 ` lance
  2005-07-06 14:52   ` Ted Zlatanov
  0 siblings, 1 reply; 9+ messages in thread
From: lance @ 2005-07-06 11:37 UTC (permalink / raw)


lance <lance@mail.augustmail.com> writes:

OK, some other things I have found.  It appears this mailbox
is the only one affected.  If I subscribe to IP.INBOX.Junk
I can see all of the articles.  

Thunderbird has no problem seeing this folder.


How can I "trace" nnimap.el to see where in the lisp code
the regex is failing?

Lance




> Whenever I try to read my imap Inbox I get the following
> error:
>
> Invalid Regex: "Unmatched [ or [^"
>
>
> Any ideas?
>
> Lance
>
>
>

-- 




                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
          The natural progress of things is for liberty to yield and
                          governments to gain ground.
                                       -
                                Thomas Jefferson


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

* Re: Error reading nnimap ??
  2005-07-06 11:37 ` lance
@ 2005-07-06 14:52   ` Ted Zlatanov
  2005-07-06 19:58     ` lance
  0 siblings, 1 reply; 9+ messages in thread
From: Ted Zlatanov @ 2005-07-06 14:52 UTC (permalink / raw)


On Wed, 06 Jul 2005, lance@mail.augustmail.com wrote:

> lance <lance@mail.augustmail.com> writes:
> 
> OK, some other things I have found.  It appears this mailbox
> is the only one affected.  If I subscribe to IP.INBOX.Junk
> I can see all of the articles.  
> 
> Thunderbird has no problem seeing this folder.
> 
> 
> How can I "trace" nnimap.el to see where in the lisp code
> the regex is failing?

If it's really a Lisp error, try toggle-debug-on-error.

Ted

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


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

* Re: Error reading nnimap ??
  2005-07-06 14:52   ` Ted Zlatanov
@ 2005-07-06 19:58     ` lance
  2005-07-07 13:10       ` Error reading nnimap ?? -SOLVED lance
  0 siblings, 1 reply; 9+ messages in thread
From: lance @ 2005-07-06 19:58 UTC (permalink / raw)


Ted Zlatanov <tzz@lifelogs.com> writes:


OK, here is the error (finally figured out how to use debugger (I think)):
What does this mean and how can I correct it?  I believe there are two
error here actually.  The other error has to do with browse-url.el? 

Lance



Debugger entered--Lisp error: (invalid-regexp "Unmatched [ or [^")
  re-search-forward("\"\" <4055nmevvgfw@vista\\.com>[" nil t)
  gnus-score-string((((touched nil) ("from" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (expunge -999))) "from" 732133 732126 nil)
  gnus-score-headers(("/home/lance/News/nnimap+IPChanged.2.protectInnocent:INBOX.SCORE") nil)
  gnus-possibly-score-headers()
  gnus-summary-read-group-1("nnimap+IPChanged.2.protectInnocent:INBOX" nil nil nil nil nil)
  gnus-summary-read-group("nnimap+IPChanged.2.protectInnocent:INBOX" nil nil nil nil nil nil)
  gnus-group-read-group(nil nil nil)
  gnus-topic-read-group(nil)
  call-interactively(gnus-topic-read-group)
  recursive-edit()





  byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output] 3)
  debug(error (wrong-number-of-arguments require 3))
  (require (quote w3-auto) nil t)
  (progn (require (quote thingatpt)) (require (quote term)) (require (quote dired)) (require (quote executable)) (require (quote w3-auto) nil t))
  (eval-when-compile (require (quote thingatpt)) (require (quote term)) (require (quote dired)) (require (quote executable)) (require (quote w3-auto) nil t))
  load-internal("browse-url" nil t nil undecided)
  load("browse-url" nil t nil)
  require(browse-url)
  load-internal("~/.gnus" nil t nil undecided)
  load("~/.gnus" nil t)
  gnus-read-init-file()
  gnus-1(nil nil nil)
  gnus()
  #<compiled-function nil "...(49)" [toolbar-news-frame-plist toolbar-news-use-separate-frame toolbar-news-frame gnus frame-live-p make-frame add-hook gnus-exit-gnus-hook #<compiled-function nil "...(18)" ... 2> select-frame framep frame-iconified-p deiconify-frame raise-frame] 3 1089222 nil>()
  call-interactively(toolbar-gnus)
  #<compiled-function nil "...(27)" [toolbar-news-commands-alist toolbar-news-reader command error "Unknown news reader %s" call-interactively eval] 4 1089267 nil>()
  call-interactively(toolbar-news)
  release-and-activate-toolbar-button(#<buttonup-event button1up>)
  call-interactively(release-and-activate-toolbar-button)






> On Wed, 06 Jul 2005, lance@mail.augustmail.com wrote:
>
>> lance <lance@mail.augustmail.com> writes:
>> 
>> OK, some other things I have found.  It appears this mailbox
>> is the only one affected.  If I subscribe to IP.INBOX.Junk
>> I can see all of the articles.  
>> 
>> Thunderbird has no problem seeing this folder.
>> 
>> 
>> How can I "trace" nnimap.el to see where in the lisp code
>> the regex is failing?
>
> If it's really a Lisp error, try toggle-debug-on-error.
>
> Ted
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
          The natural progress of things is for liberty to yield and
                          governments to gain ground.
                                       -
                                Thomas Jefferson


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

* Re: Error reading nnimap ?? -SOLVED
  2005-07-06 19:58     ` lance
@ 2005-07-07 13:10       ` lance
  2005-07-08 14:53         ` Ted Zlatanov
  0 siblings, 1 reply; 9+ messages in thread
From: lance @ 2005-07-07 13:10 UTC (permalink / raw)


lance <lance@mail.augustmail.com> writes:


There was an entry in my ~/NEWS/.../SCORE file that was bombing.
I removed the entry and now I can read mail again.

Lance




> Ted Zlatanov <tzz@lifelogs.com> writes:
>
>
> OK, here is the error (finally figured out how to use debugger (I think)):
> What does this mean and how can I correct it?  I believe there are two
> error here actually.  The other error has to do with browse-url.el? 
>
> Lance
>
>
>
> Debugger entered--Lisp error: (invalid-regexp "Unmatched [ or [^")
>   re-search-forward("\"\" <4055nmevvgfw@vista\\.com>[" nil t)
>   gnus-score-string((((touched nil) ("from" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (expunge -999))) "from" 732133 732126 nil)
>   gnus-score-headers(("/home/lance/News/nnimap+IPChanged.2.protectInnocent:INBOX.SCORE") nil)
>   gnus-possibly-score-headers()
>   gnus-summary-read-group-1("nnimap+IPChanged.2.protectInnocent:INBOX" nil nil nil nil nil)
>   gnus-summary-read-group("nnimap+IPChanged.2.protectInnocent:INBOX" nil nil nil nil nil nil)
>   gnus-group-read-group(nil nil nil)
>   gnus-topic-read-group(nil)
>   call-interactively(gnus-topic-read-group)
>   recursive-edit()
>
>
>
>
>
>   byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output] 3)
>   debug(error (wrong-number-of-arguments require 3))
>   (require (quote w3-auto) nil t)
>   (progn (require (quote thingatpt)) (require (quote term)) (require (quote dired)) (require (quote executable)) (require (quote w3-auto) nil t))
>   (eval-when-compile (require (quote thingatpt)) (require (quote term)) (require (quote dired)) (require (quote executable)) (require (quote w3-auto) nil t))
>   load-internal("browse-url" nil t nil undecided)
>   load("browse-url" nil t nil)
>   require(browse-url)
>   load-internal("~/.gnus" nil t nil undecided)
>   load("~/.gnus" nil t)
>   gnus-read-init-file()
>   gnus-1(nil nil nil)
>   gnus()
>   #<compiled-function nil "...(49)" [toolbar-news-frame-plist toolbar-news-use-separate-frame toolbar-news-frame gnus frame-live-p make-frame add-hook gnus-exit-gnus-hook #<compiled-function nil "...(18)" ... 2> select-frame framep frame-iconified-p deiconify-frame raise-frame] 3 1089222 nil>()
>   call-interactively(toolbar-gnus)
>   #<compiled-function nil "...(27)" [toolbar-news-commands-alist toolbar-news-reader command error "Unknown news reader %s" call-interactively eval] 4 1089267 nil>()
>   call-interactively(toolbar-news)
>   release-and-activate-toolbar-button(#<buttonup-event button1up>)
>   call-interactively(release-and-activate-toolbar-button)
>
>
>
>
>
>
>> On Wed, 06 Jul 2005, lance@mail.augustmail.com wrote:
>>
>>> lance <lance@mail.augustmail.com> writes:
>>> 
>>> OK, some other things I have found.  It appears this mailbox
>>> is the only one affected.  If I subscribe to IP.INBOX.Junk
>>> I can see all of the articles.  
>>> 
>>> Thunderbird has no problem seeing this folder.
>>> 
>>> 
>>> How can I "trace" nnimap.el to see where in the lisp code
>>> the regex is failing?
>>
>> If it's really a Lisp error, try toggle-debug-on-error.
>>
>> Ted
>>
>> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
>> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
>> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
>
> -- 
>
>                                 Lance Hoffmeyer
>                               lance@augustmail.com
>
> -------------------------------------------------------------------------------
>           The natural progress of things is for liberty to yield and
>                           governments to gain ground.
>                                        -
>                                 Thomas Jefferson

-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
          The natural progress of things is for liberty to yield and
                          governments to gain ground.
                                       -
                                Thomas Jefferson


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

* Re: Error reading nnimap ?? -SOLVED
  2005-07-07 13:10       ` Error reading nnimap ?? -SOLVED lance
@ 2005-07-08 14:53         ` Ted Zlatanov
  2005-07-09  5:31           ` lance
  0 siblings, 1 reply; 9+ messages in thread
From: Ted Zlatanov @ 2005-07-08 14:53 UTC (permalink / raw)


On Thu, 07 Jul 2005, lance@mail.augustmail.com wrote:

> There was an entry in my ~/NEWS/.../SCORE file that was bombing.
> I removed the entry and now I can read mail again.

Great!

Do you have the entry so we can do a bug report on it?  Was it the
e-mail address with the "[" at the end in your debug log?

Ted

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


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

* Re: Error reading nnimap ?? -SOLVED
  2005-07-08 14:53         ` Ted Zlatanov
@ 2005-07-09  5:31           ` lance
  2005-07-11 15:12             ` Ted Zlatanov
  0 siblings, 1 reply; 9+ messages in thread
From: lance @ 2005-07-09  5:31 UTC (permalink / raw)


Ted Zlatanov <tzz@lifelogs.com> writes:

No, I deleted the entry and didn't think of saving it
for bug reporting.

It was the e-mail address shown in the debug log.
That was how I knew to which e-mail address to delete to
determine if that would solve the problem.

Lance





> On Thu, 07 Jul 2005, lance@mail.augustmail.com wrote:
>
>> There was an entry in my ~/NEWS/.../SCORE file that was bombing.
>> I removed the entry and now I can read mail again.
>
> Great!
>
> Do you have the entry so we can do a bug report on it?  Was it the
> e-mail address with the "[" at the end in your debug log?
>
> Ted
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
          The natural progress of things is for liberty to yield and
                          governments to gain ground.
                                       -
                                Thomas Jefferson


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

* Re: Error reading nnimap ?? -SOLVED
  2005-07-09  5:31           ` lance
@ 2005-07-11 15:12             ` Ted Zlatanov
  2005-07-11 17:17               ` Lance Hoffmeyer
  0 siblings, 1 reply; 9+ messages in thread
From: Ted Zlatanov @ 2005-07-11 15:12 UTC (permalink / raw)


On Sat, 09 Jul 2005, lance@mail.augustmail.com wrote:

> It was the e-mail address shown in the debug log.
> That was how I knew to which e-mail address to delete to
> determine if that would solve the problem.

It was this one then?

re-search-forward("\"\" <4055nmevvgfw@vista\\.com>[" nil t)

Ted

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


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

* Re: Error reading nnimap ?? -SOLVED
  2005-07-11 15:12             ` Ted Zlatanov
@ 2005-07-11 17:17               ` Lance Hoffmeyer
  0 siblings, 0 replies; 9+ messages in thread
From: Lance Hoffmeyer @ 2005-07-11 17:17 UTC (permalink / raw)



Yes

Lance

> On Sat, 09 Jul 2005, lance@mail.augustmail.com wrote:
>
>> It was the e-mail address shown in the debug log.
>> That was how I knew to which e-mail address to delete to
>> determine if that would solve the problem.
>
> It was this one then?
>
> re-search-forward("\"\" <4055nmevvgfw@vista\\.com>[" nil t)
>
> Ted
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

-- 

                                Lance Hoffmeyer
                              lance@augustmail.com

-------------------------------------------------------------------------------
          The natural progress of things is for liberty to yield and
                          governments to gain ground.
                                       -
                                Thomas Jefferson


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

end of thread, other threads:[~2005-07-11 17:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-05 13:34 Error reading nnimap ?? lance
2005-07-06 11:37 ` lance
2005-07-06 14:52   ` Ted Zlatanov
2005-07-06 19:58     ` lance
2005-07-07 13:10       ` Error reading nnimap ?? -SOLVED lance
2005-07-08 14:53         ` Ted Zlatanov
2005-07-09  5:31           ` lance
2005-07-11 15:12             ` Ted Zlatanov
2005-07-11 17:17               ` Lance Hoffmeyer

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 NNTP newsgroup(s).