unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [eddy@opera.com: Re: rmail passing movemail an option it doesn't like]
@ 2007-08-22  3:16 Richard Stallman
  2007-08-22  3:42 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2007-08-22  3:16 UTC (permalink / raw)
  To: emacs-devel

Can anyone figure out the bug from this information?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.1.0
To: rms@gnu.org
CC: bug-gnu-emacs@gnu.org
In-reply-to: <E1INV0F-0004jl-VI@fencepost.gnu.org> (message from Richard
	Stallman on Tue, 21 Aug 2007 10:46:43 -0400)
Subject: Re: rmail passing movemail an option it doesn't like
Reply-to: eddy@opera.com
From: Edward Welbourne <eddy@opera.com>
Date: Tue, 21 Aug 2007 17:26:14 +0200

> Can you use the debugger to determine precisely what options
> Emacs passes to movemail?  You could do debug-on-entry
> for call-process.

<buffer name="*Backtrace*">
Debugger entered--entering a function:
* call-process("/usr/bin/movemail" nil #<buffer  *temp*<2>> nil "--version")
  rmail-probe("/usr/bin/movemail")
  byte-code("Æ\b	\nC#Ç^[‰\x1cƒF
!„>
!ƒ>
!‰\x1e\x10ƒ=
\x16\x11ÎÏ\x0e\x10\"ˆ))\fA‰\x14„

  rmail-autodetect()
  rmail-movemail-variant-p(mailutils)
  rmail-insert-inbox-text(("/var/mail/eddy") t)
  rmail-get-new-mail()
  rmail()
  call-interactively(rmail)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
</buffer>

When I invoke movemail --version manually, I get 
movemail (GNU Mailutils 1.1)

After a while I guessed to type c to make the debugger continue, which
seems to be what it did, and it hit the break-point again:

<buffer name="*Backtrace*">
Debugger entered--returning value: 0
  call-process("/usr/bin/movemail" nil #<buffer  *temp*<2>> nil "--version")
  rmail-probe("/usr/bin/movemail")
  byte-code("Æ\b	\nC#Ç^[‰\x1cƒF
!„>
!ƒ>
!‰\x1e\x10ƒ=
\x16\x11ÎÏ\x0e\x10\"ˆ))\fA‰\x14„

  rmail-autodetect()
  rmail-movemail-variant-p(mailutils)
  rmail-insert-inbox-text(("/var/mail/eddy") t)
  rmail-get-new-mail()
  rmail()
  call-interactively(rmail)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
</buffer>

and then c again:

<buffer name="*Backtrace*">
Debugger entered--entering a function:
* call-process("/usr/lib/emacs/22.1/i486-linux-gnu/movemail" nil #<buffer  *temp*> nil "--emacs" "/var/mail/eddy" "/disk/home/eddy/.newmail-eddy")
  apply(call-process ("/usr/lib/emacs/22.1/i486-linux-gnu/movemail" nil #<buffer  *temp*> nil "--emacs" "/var/mail/eddy" "/disk/home/eddy/.newmail-eddy"))
  rmail-insert-inbox-text(("/var/mail/eddy") t)
  rmail-get-new-mail()
  rmail()
  call-interactively(rmail)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
</buffer>

and again:

<buffer name="*Backtrace*">
Debugger entered--returning value: 1
  call-process("/usr/lib/emacs/22.1/i486-linux-gnu/movemail" nil #<buffer  *temp*> nil "--emacs" "/var/mail/eddy" "/disk/home/eddy/.newmail-eddy")
  apply(call-process ("/usr/lib/emacs/22.1/i486-linux-gnu/movemail" nil #<buffer  *temp*> nil "--emacs" "/var/mail/eddy" "/disk/home/eddy/.newmail-eddy"))
  rmail-insert-inbox-text(("/var/mail/eddy") t)
  rmail-get-new-mail()
  rmail()
  call-interactively(rmail)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
</buffer>

after which I got the error,

<buffer name="*Messages*">
("emacs" "-q" "--no-site-file")
For information about the GNU Project and its goals, type C-h C-p.
Loading debug...done
Loading rmail...done
(New file)
Counting messages...done
Entering debugger...
Loading help-mode...done
Mark set [3 times]
Continuing.
Entering debugger...
Mark set
Continuing.
Entering debugger...
Mark set [2 times]
Continuing.
Entering debugger...
Mark set
Continuing.
movemail: /usr/lib/emacs/22.1/i486-linux-gnu/movemail: invalid option -- -
(No new mail has arrived)
</buffer>

	Eddy.
------- End of forwarded message -------

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

end of thread, other threads:[~2007-08-23  3:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-22  3:16 [eddy@opera.com: Re: rmail passing movemail an option it doesn't like] Richard Stallman
2007-08-22  3:42 ` Glenn Morris
     [not found]   ` <20070822051114.GA3403@saeurebad.de>
2007-08-23  3:54     ` Glenn Morris

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

	https://git.savannah.gnu.org/cgit/emacs.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).