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: Add a function to test for invisible characters? Date: Mon, 23 Jun 2008 14:50:11 -0400 Message-ID: References: <485FC25F.4090407@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214247028 12689 80.91.229.12 (23 Jun 2008 18:50:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2008 18:50:28 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 20:51:12 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KAr8B-00083s-EZ for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 20:51:11 +0200 Original-Received: from localhost ([127.0.0.1]:54682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAr7M-0000sC-AJ for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 14:50:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAr7H-0000qJ-AC for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:50:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAr7G-0000oi-Gh for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:50:14 -0400 Original-Received: from [199.232.76.173] (port=58065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAr7G-0000oD-85 for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:50:14 -0400 Original-Received: from vpn-132-204-232-71.acd.umontreal.ca ([132.204.232.71]:53650 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAr7F-0002gs-UL for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:50:14 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id E6068B408A; Mon, 23 Jun 2008 14:50:11 -0400 (EDT) In-Reply-To: <485FC25F.4090407@gmail.com> (Lennart Borgman's message of "Mon, 23 Jun 2008 17:33:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:99802 Archived-At: > I asked some time ago if a function to test if a character is > invisible. I think nothing has been done to this, or am I mistaken? It's called `invisible-p'. Stefan