From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#17759: 24.4.50; Missing 'ascii-character props Date: Sat, 14 Jun 2014 12:50:35 +0300 Organization: JURTA Message-ID: <87bntv95w4.fsf@mail.jurta.org> References: <21401.33221.770115.718905@home.barzilay.org> <87mwdhe2yw.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1402739550 16262 80.91.229.3 (14 Jun 2014 09:52:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2014 09:52:30 +0000 (UTC) Cc: Eli Barzilay , 17759-done@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 14 11:52:22 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WvkdJ-0003oQ-OC for geb-bug-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 11:52:21 +0200 Original-Received: from localhost ([::1]:34744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvkdJ-000651-9B for geb-bug-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 05:52:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvkd8-000643-Se for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2014 05:52:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wvkd1-0002FL-Db for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2014 05:52:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvkd1-0002FC-BC for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2014 05:52:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Wvkd1-00066P-2Z for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2014 05:52:03 -0400 Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 14 Jun 2014 09:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 17759 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 17759@debbugs.gnu.org, juri@jurta.org, eli@barzilay.org Original-Received: via spool by 17759-done@debbugs.gnu.org id=D17759.140273948823394 (code D ref 17759); Sat, 14 Jun 2014 09:52:02 +0000 Original-Received: (at 17759-done) by debbugs.gnu.org; 14 Jun 2014 09:51:28 +0000 Original-Received: from localhost ([127.0.0.1]:47196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WvkcR-00065D-3H for submit@debbugs.gnu.org; Sat, 14 Jun 2014 05:51:27 -0400 Original-Received: from alc-vshost7.dreamhost.com ([69.163.216.107]:58688 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WvkcO-000655-Ut for 17759-done@debbugs.gnu.org; Sat, 14 Jun 2014 05:51:25 -0400 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id CEF6D34954207B; Sat, 14 Jun 2014 02:51:22 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri, 13 Jun 2014 08:46:48 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:90370 Archived-At: >> + (when (and (characterp normal) (eq (char-charset normal) 'ascii)) > > Do you really need the (eq (char-charset normal) 'ascii) test? > > The `ascii-character' property doesn't have to be "ascii", really (the > name is just a historical accident which dates back to many moons ago > when ascii meant "plain text"), IIRC it just has to be a "real" > character as opposed to something with modifiers like ?\M-\A-x. Yes, the name is confusing, so I installed it without the ascii test.