From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ernest =?iso-8859-1?Q?Adrogu=E9?= Newsgroups: gmane.emacs.help Subject: changing word boundaries Date: Sun, 18 Oct 2009 18:27:40 +0200 Message-ID: <20091018162740.GA21146@doriath.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255887967 2520 80.91.229.12 (18 Oct 2009 17:46:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 17:46:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 18 19:46:00 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MzZpN-0004XX-SW for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Oct 2009 19:45:58 +0200 Original-Received: from localhost ([127.0.0.1]:59608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzZpN-0000fQ-6L for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Oct 2009 13:45:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzYbm-00086T-6b for help-gnu-emacs@gnu.org; Sun, 18 Oct 2009 12:27:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzYbh-00085J-PO for help-gnu-emacs@gnu.org; Sun, 18 Oct 2009 12:27:49 -0400 Original-Received: from [199.232.76.173] (port=49134 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzYbh-00085F-Hh for help-gnu-emacs@gnu.org; Sun, 18 Oct 2009 12:27:45 -0400 Original-Received: from mail-ew0-f228.google.com ([209.85.219.228]:36606) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzYbh-0001TZ-85 for help-gnu-emacs@gnu.org; Sun, 18 Oct 2009 12:27:45 -0400 Original-Received: by ewy28 with SMTP id 28so3587269ewy.42 for ; Sun, 18 Oct 2009 09:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:subject :message-id:mime-version:content-type:content-disposition :content-transfer-encoding:x-operating-system:user-agent; bh=IHdWVu15Gv/CFq6Eg/4btF1XBNF4NRaOWmYpznG5oqU=; b=uF23s++OBy2mWpDkcrvL7fpQVA3yeGOx3rgbdetgGW7wVGM4weplEo6DVeNxKAf934 EZ5OEY2PKTpgqT+Of2pscNqYdhsj/14B6mEL23abQacCQFhiLYXoOICnE6WVpKhMJmJ/ k0h2jvREtbs3jEsJXNr84Ygt+LpjIt3DpaDFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding:x-operating-system :user-agent; b=P5e9mGRzotDpPUpymxRI6I1SFc5OXirz9IC8NBf4qlYrJi3jtLXjHToKR5/16IXaG9 iR3Qmyx+eQRSDkZM5N8CgpdcrQph52qRaig8XV7sWf1vKImIz5qzY/b/nR2BODyvo/6s ThVNzGKXCRZUuuzxvg4H0xoiBh19w3mW35LFQ= Original-Received: by 10.210.160.10 with SMTP id i10mr3672167ebe.10.1255883263409; Sun, 18 Oct 2009 09:27:43 -0700 (PDT) Original-Received: from doriath (62.Red-88-21-66.staticIP.rima-tde.net [88.21.66.62]) by mx.google.com with ESMTPS id 5sm141589eyh.17.2009.10.18.09.27.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Oct 2009 09:27:41 -0700 (PDT) Content-Disposition: inline X-Operating-System: Debian (x86_64-pc-linux-gnu) User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 18 Oct 2009 13:44:39 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69074 Archived-At: Hi there, The Catalan language has a ligature consisting in one "l" character, followed by a middle dot ("=B7"), followed by another "l". See here for more details: http://en.wikipedia.org/wiki/L=B7l#Catalan Is there a way to make emacs aware of this, so that it doesn't treat a word containing "l=B7l" as two separate words? Thanks. PS. Please CC me, if you reply to this. --=20 Ernest