From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [fouvry@CoLi.Uni-SB.DE: url-mailto bugs] Date: Thu, 04 Aug 2005 16:45:53 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123189405 2506 80.91.229.2 (4 Aug 2005 21:03:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 21:03:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 23:03:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0mqR-0004cb-IY for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 23:01:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mtF-0003NO-Ls for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 17:04:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0mqa-0001PI-Fa for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0mqT-0001Ml-Eq for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mqS-0001KX-7u for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0mpY-0000og-48 for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:00:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E0mbB-0005Gq-Ul; Thu, 04 Aug 2005 16:45:54 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41508 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41508 Could someone please fix these bugs, and ack to me? ------- Start of forwarded message ------- From: Frederik Fouvry 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: C-x C-f B y C-x k C-x x c o m p i l e d - d e C-x 1 C-] C-] 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 -------