From unknown Wed Jun 25 00:22:55 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#5948 <5948@debbugs.gnu.org> To: bug#5948 <5948@debbugs.gnu.org> Subject: Status: 24.0.50; Side effect of set-charset-priority Reply-To: bug#5948 <5948@debbugs.gnu.org> Date: Wed, 25 Jun 2025 07:22:55 +0000 retitle 5948 24.0.50; Side effect of set-charset-priority reassign 5948 emacs submitter 5948 Harald Hanche-Olsen severity 5948 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 14 12:22:36 2010 Received: (at submit) by debbugs.gnu.org; 14 Apr 2010 16:22:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O25MJ-00026R-RO for submit@debbugs.gnu.org; Wed, 14 Apr 2010 12:22:36 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O25FQ-0001yt-I6 for submit@debbugs.gnu.org; Wed, 14 Apr 2010 12:15:35 -0400 Received: from lists.gnu.org ([199.232.76.165]:56543) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O25FF-0004x1-43 for submit@debbugs.gnu.org; Wed, 14 Apr 2010 12:15:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O25FE-0005US-Ch for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2010 12:15:16 -0400 Received: from [140.186.70.92] (port=45197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O25FA-0005Pc-04 for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2010 12:15:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O25Es-0000Tu-E8 for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2010 12:14:57 -0400 Received: from anne.math.ntnu.no ([129.241.15.150]:59803) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O25Es-0000Te-5i for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2010 12:14:54 -0400 Received: (qmail 7853 invoked from network); 14 Apr 2010 16:14:52 -0000 Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by anne.math.ntnu.no with ESMTPA; 14 Apr 2010 16:14:52 -0000 Date: Wed, 14 Apr 2010 12:14:50 -0400 (EDT) Message-Id: <20100414.121450.172261049.hanche@math.ntnu.no> To: bug-gnu-emacs@gnu.org Subject: 24.0.50; Side effect of set-charset-priority From: Harald Hanche-Olsen X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.3.50 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 14 Apr 2010 12:22:33 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Starting with emacs -Q, evaluate this in the *scratch* buffer (list (unencodable-char-position 0 5 'iso-latin-1-unix 1 "100 Ω") (progn (apply 'set-charset-priority (charset-priority-list)) (unencodable-char-position 0 5 'iso-latin-1-unix 1 "100 Ω")) (progn (apply 'set-charset-priority (list (charset-priority-list t))) (unencodable-char-position 0 5 'iso-latin-1-unix 1 "100 Ω"))) It returns ((4) nil (4)). The middle nil is wrong. 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'. For information about debugging Emacs, please read the file /Applications/Emacs.app/Contents/Resources/etc/DEBUG. In GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-03-28 on mach Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Summary Minor modes in effect: show-paren-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t transient-mark-mode: t Recent input: C-x 1 M-x r e p o r Load-path shadows: /Users/hanche/lib/lisp/slime/hyperspec hides /Users/hanche/lib/emacs/hyperspec /Users/hanche/lib/emacs/md4 hides /Applications/Emacs.app/Contents/Resources/lisp/md4 /Users/hanche/lib/emacs/cl-indent hides /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/cl-indent Features: (shadow emacsbug pp mew-varsx mew-auth mew-config mew-imap2 mew-imap mew-nntp2 mew-nntp mew-pop mew-smtp mew-ssl mew-ssh mew-net mew-highlight mew-sort mew-fib mew-ext mew-refile mew-demo mew-attach mew-draft mew-message mew-thread mew-virtual mew-summary4 mew-summary3 mew-summary2 mew-summary mew-search mew-pick mew-passwd mew-scan mew-syntax mew-bq mew-smime mew-pgp mew-header mew-exec mew-mark mew-mime mew-edit mew-decode mew-encode mew-cache mew-minibuf mew-complete mew-addrbook mew-local mew-darwin mew-vars3 mew-vars2 mew-vars mew-env mew-mule3 mew-mule mew-gemacs mew-key mew-func mew-blvs mew-const mew debug vc-dispatcher vc-bzr sha1 hex-util cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt find-func help-mode view dabbrev paredit edmacro kmacro named-strings indentation gnus-custom advice help-fns advice-preload slime-autoloads parenface paren delsel server odds-and-ends thingatpt easy-mmode cl cl-19 tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 23 11:20:47 2010 Received: (at 5948) by debbugs.gnu.org; 23 Apr 2010 15:20:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5KgQ-0003vE-JI for submit@debbugs.gnu.org; Fri, 23 Apr 2010 11:20:46 -0400 Received: from anne.math.ntnu.no ([129.241.15.150]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O5KgO-0003v9-Kt for 5948@debbugs.gnu.org; Fri, 23 Apr 2010 11:20:45 -0400 Received: (qmail 7779 invoked from network); 23 Apr 2010 15:20:38 -0000 Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by anne.math.ntnu.no with ESMTPA; 23 Apr 2010 15:20:38 -0000 Date: Fri, 23 Apr 2010 11:20:35 -0400 (EDT) Message-Id: <20100423.112035.335460558.hanche@math.ntnu.no> To: 5948@debbugs.gnu.org Subject: Fixed? From: Harald Hanche-Olsen X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.3.50 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 5948 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.9 (---) This bug appears to have been fixed, most likely by revision 99948. - Harald From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 23 12:54:47 2010 Received: (at control) by debbugs.gnu.org; 23 Apr 2010 16:54:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5M9O-0004qZ-ES for submit@debbugs.gnu.org; Fri, 23 Apr 2010 12:54:46 -0400 Received: from pantheon-po25.its.yale.edu ([130.132.50.119]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5M9N-0004qS-07 for control@debbugs.gnu.org; Fri, 23 Apr 2010 12:54:45 -0400 Received: from furry (dhcp128036014104.central.yale.edu [128.36.14.104]) (authenticated bits=0) by pantheon-po25.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3NGseQ8016350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 23 Apr 2010 12:54:40 -0400 Received: by furry (Postfix, from userid 1000) id 628B3C055; Fri, 23 Apr 2010 12:54:40 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 5948 Date: Fri, 23 Apr 2010 12:54:40 -0400 Message-ID: <87r5m6w1m7.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) close 5948 thanks From unknown Wed Jun 25 00:22:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 22 May 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 06 21:10:45 2012 Received: (at control) by debbugs.gnu.org; 7 Oct 2012 01:10:45 +0000 Received: from localhost ([127.0.0.1]:58773 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKfOH-0004RR-L4 for submit@debbugs.gnu.org; Sat, 06 Oct 2012 21:10:45 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:38945 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKfOF-0004RI-QH for control@debbugs.gnu.org; Sat, 06 Oct 2012 21:10:45 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TKfNw-0000Ot-9T for control@debbugs.gnu.org; Sat, 06 Oct 2012 21:10:24 -0400 Date: Sat, 06 Oct 2012 21:10:24 -0400 Message-Id: Subject: control message for bug 6187 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) unarchive 5948 forcemerge 5948 6187 From unknown Wed Jun 25 00:22:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 04 Nov 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator