From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: non-breaking hyphens Date: Wed, 19 Oct 2011 10:37:56 -0400 Message-ID: References: <87d3dvg1r5.fsf@gnu.org> <87ehybm0i0.fsf@gnu.org> <83r52buey8.fsf@gnu.org> <87pqhuwli7.fsf@gnu.org> <87d3dtl9j7.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319035092 26377 80.91.229.12 (19 Oct 2011 14:38:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2011 14:38:12 +0000 (UTC) Cc: 'Juri Linkov' , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 19 16:38:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGXHR-00018V-7Z for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2011 16:38:05 +0200 Original-Received: from localhost ([::1]:47968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGXHQ-0003Wm-La for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2011 10:38:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGXHK-0003Vt-RP for emacs-devel@gnu.org; Wed, 19 Oct 2011 10:38:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGXHJ-0000NN-Rc for emacs-devel@gnu.org; Wed, 19 Oct 2011 10:37:58 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:59835 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGXHJ-0000NJ-Ie for emacs-devel@gnu.org; Wed, 19 Oct 2011 10:37:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAH7fnk5MCqLO/2dsb2JhbABEqHOBBoFuAQEFViMQCzQSFBgNJLxfiBsEoSyERQ X-IronPort-AV: E=Sophos;i="4.69,372,1315195200"; d="scan'208";a="143054514" Original-Received: from 76-10-162-206.dsl.teksavvy.com (HELO pastel.home) ([76.10.162.206]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 19 Oct 2011 10:37:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9F3F358CEC; Wed, 19 Oct 2011 10:37:56 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Wed, 19 Oct 2011 06:59:12 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145334 Archived-At: Have people checked the `markchars' package in GNU ELPA? It was specifically designed to solve those issues with "confusable" chars, so it's probably a good starting point. Stefan