unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [fouvry@CoLi.Uni-SB.DE: url-mailto bugs]
@ 2005-08-04 20:45 Richard M. Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2005-08-04 20:45 UTC (permalink / raw)


Could someone please fix these bugs, and ack to me?

------- Start of forwarded message -------
From: Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
To: emacs-pretest-bug@gnu.org
Mail-Followup-To: emacs-pretest-bug@gnu.org
Mail-Reply-To: Frederik.Fouvry@coli.uni-saarland.de
Date: Wed,  3 Aug 2005 14:27:43 +0200 (CEST)
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.1
	(triton.rz.uni-saarland.de [134.96.7.25]);
	Wed, 03 Aug 2005 14:27:45 +0200 (CEST)
X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.31.1.0; VDF 6.31.1.52
Subject: url-mailto bugs
Reply-To: Frederik.Fouvry@CoLi.Uni-SB.DE
Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63

Symptoms:

- - "mailto:joe@example.com?cc=bob@example.com?body=hello" is not
  reported as a illegal mailto URI.  The query part should not
  contain any unencoded question marks.  (Perhaps it is
  sufficient to say that the result for illegal URIs is
  "undefined".)

- - If there is a message buffer already, `url-mailto' silently
  clears it and writes the new message into it.  I think that it
  should ask first.

- - Newlines are not processed correctly:
  "mailto:infobot@example.com?body=send%20current-issue%0D%0Asend%20index"

  url-mailto puts the string in the body with the blanks
  converted to spaces ("send current-issue  send index").
  Probably the decoding the URL should be done allowing newlines.
  Perhaps that should be possible for the headers as well.

  Note: in the body, according to RFC 2368, lines should be
  separated by %0D%0A ("\r\n").  It seems confusing to keep these
  in Emacs' message buffer.  If the MTA converts "\n" correctly
  to "\r\n", this sequence could be replaced by "\n" in the
  message buffer.

- - "mailto:addr1?to=addr2" should create a message that sends the
  message to addr1 and addr2, not just to addr2.

Note: mail-user-agent's value is sendmail-user-agent.


If emacs crashed, and you have the emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/export/black/fouvry/emacs/etc/DEBUG for instructions.


In GNU Emacs 22.0.50.11 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-07-29 on cc.at.coli.uni-sb.de
X server distributor `The XFree86 Project, Inc', version 11.0.40201000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: POSIX
  value of $LC_CTYPE: en_GB.ISO8859-15
  value of $LC_MESSAGES: en_GB.ISO8859-15
  value of $LC_MONETARY: de_DE.ISO8859-15@euro
  value of $LC_NUMERIC: en_GB.ISO8859-15
  value of $LC_TIME: en_GB.ISO8859-15
  value of $LANG: en_GB.ISO8859-15
  locale-coding-system: iso-8859-15
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  encoded-kbd-mode: t
  eldoc-mode: t
  which-function-mode: t
  recentf-mode: t
  iswitchb-mode: t
  icomplete-mode: t
  global-auto-revert-mode: t
  auto-image-file-mode: t
  show-paren-mode: t
  popbiff-mode: t
  desktop-save-mode: t
  df-mode: t
  display-time-mode: t
  auto-insert-mode: t
  mouse-wheel-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  next-error-follow-minor-mode:  Fol

Recent input:
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> C-x C-f <backspace> <return> B y <return> C-x 
k <return> <up> <return> <down-mouse-1> <mouse-1> <menu-bar> 
<emacs-lisp> <edebug-defun> <escape> C-x <help-echo> 
<help-echo> <down-mouse-2> <mouse-2> <help-echo> <help-echo> 
<down-mouse-1> <mouse-1> <escape> x c o m p i l e <tab> 
d <backspace> - d e <tab> <return> C-x 1 C-] C-] <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <menu-bar> <help-menu> <report-emacs-b
ug>

Recent messages:
Wrote /home/HU/fouvry/elisp/protocol-handler.elc
Byte-Compile: 1 file.
Edebug: protocol-handler
protocol-handler [2 times]
Entering debugger...
url-mailto
Recognizing tables...done [5 times]
error in process filter: Quit [2 times]
call-interactively: No recursive edit is in progress
Loading emacsbug...done


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

* [fouvry@CoLi.Uni-SB.DE: url-mailto bugs]
@ 2005-08-19 16:14 Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2005-08-19 16:14 UTC (permalink / raw)


[I sent this message a week ago but did not get a response.]

Could someone please fix these bugs, and ack to me?

------- Start of forwarded message -------
From: Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
To: emacs-pretest-bug@gnu.org
Mail-Followup-To: emacs-pretest-bug@gnu.org
Mail-Reply-To: Frederik.Fouvry@coli.uni-saarland.de
Date: Wed,  3 Aug 2005 14:27:43 +0200 (CEST)
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.1
	(triton.rz.uni-saarland.de [134.96.7.25]);
	Wed, 03 Aug 2005 14:27:45 +0200 (CEST)
X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.31.1.0; VDF 6.31.1.52
Subject: url-mailto bugs
Reply-To: Frederik.Fouvry@CoLi.Uni-SB.DE
Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63

Symptoms:

- - "mailto:joe@example.com?cc=bob@example.com?body=hello" is not
  reported as a illegal mailto URI.  The query part should not
  contain any unencoded question marks.  (Perhaps it is
  sufficient to say that the result for illegal URIs is
  "undefined".)

- - If there is a message buffer already, `url-mailto' silently
  clears it and writes the new message into it.  I think that it
  should ask first.

- - Newlines are not processed correctly:
  "mailto:infobot@example.com?body=send%20current-issue%0D%0Asend%20index"

  url-mailto puts the string in the body with the blanks
  converted to spaces ("send current-issue  send index").
  Probably the decoding the URL should be done allowing newlines.
  Perhaps that should be possible for the headers as well.

  Note: in the body, according to RFC 2368, lines should be
  separated by %0D%0A ("\r\n").  It seems confusing to keep these
  in Emacs' message buffer.  If the MTA converts "\n" correctly
  to "\r\n", this sequence could be replaced by "\n" in the
  message buffer.

- - "mailto:addr1?to=addr2" should create a message that sends the
  message to addr1 and addr2, not just to addr2.

Note: mail-user-agent's value is sendmail-user-agent.


If emacs crashed, and you have the emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/export/black/fouvry/emacs/etc/DEBUG for instructions.


In GNU Emacs 22.0.50.11 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-07-29 on cc.at.coli.uni-sb.de
X server distributor `The XFree86 Project, Inc', version 11.0.40201000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: POSIX
  value of $LC_CTYPE: en_GB.ISO8859-15
  value of $LC_MESSAGES: en_GB.ISO8859-15
  value of $LC_MONETARY: de_DE.ISO8859-15@euro
  value of $LC_NUMERIC: en_GB.ISO8859-15
  value of $LC_TIME: en_GB.ISO8859-15
  value of $LANG: en_GB.ISO8859-15
  locale-coding-system: iso-8859-15
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  encoded-kbd-mode: t
  eldoc-mode: t
  which-function-mode: t
  recentf-mode: t
  iswitchb-mode: t
  icomplete-mode: t
  global-auto-revert-mode: t
  auto-image-file-mode: t
  show-paren-mode: t
  popbiff-mode: t
  desktop-save-mode: t
  df-mode: t
  display-time-mode: t
  auto-insert-mode: t
  mouse-wheel-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  next-error-follow-minor-mode:  Fol

Recent input:
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> C-x C-f <backspace> <return> B y <return> C-x 
k <return> <up> <return> <down-mouse-1> <mouse-1> <menu-bar> 
<emacs-lisp> <edebug-defun> <escape> C-x <help-echo> 
<help-echo> <down-mouse-2> <mouse-2> <help-echo> <help-echo> 
<down-mouse-1> <mouse-1> <escape> x c o m p i l e <tab> 
d <backspace> - d e <tab> <return> C-x 1 C-] C-] <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <menu-bar> <help-menu> <report-emacs-b
ug>

Recent messages:
Wrote /home/HU/fouvry/elisp/protocol-handler.elc
Byte-Compile: 1 file.
Edebug: protocol-handler
protocol-handler [2 times]
Entering debugger...
url-mailto
Recognizing tables...done [5 times]
error in process filter: Quit [2 times]
call-interactively: No recursive edit is in progress
Loading emacsbug...done


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

end of thread, other threads:[~2005-08-19 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-19 16:14 [fouvry@CoLi.Uni-SB.DE: url-mailto bugs] Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2005-08-04 20:45 Richard M. Stallman

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).