[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: url-mailto bugs]
From: |
Richard M. Stallman |
Subject: |
address@hidden: url-mailto bugs] |
Date: |
Thu, 04 Aug 2005 16:45:53 -0400 |
Could someone please fix these bugs, and ack to me?
------- Start of forwarded message -------
From: Frederik Fouvry <address@hidden>
To: address@hidden
Mail-Followup-To: address@hidden
Mail-Reply-To: address@hidden
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: address@hidden
Sender: address@hidden
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:address@hidden@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:address@hidden"
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: address@hidden
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
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------
- address@hidden: url-mailto bugs],
Richard M. Stallman <=