From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: blank-mode.el Date: Mon, 12 Nov 2007 00:28:02 +0100 Message-ID: References: <4736653E.7080504@ig.com.br> <47371847.9020507@gnu.org> <473772D7.2010509@ig.com.br> <878x545u92.fsf@jurta.org> <473798D6.6090004@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194823700 24673 80.91.229.12 (11 Nov 2007 23:28:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Nov 2007 23:28:20 +0000 (UTC) Cc: Juri Linkov , bob@rattlesnake.com, emacs-devel@gnu.org, jasonr@gnu.org To: "Vinicius Jose Latorre" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 00:28:24 2007 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 1IrME2-00013t-4w for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 00:28:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrMDq-0000iL-1m for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 18:28:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrMDl-0000dW-Ue for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:28:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrMDj-0000Xu-W0 for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:28:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrMDj-0000Xl-Ma for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:28:03 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrMDj-000870-FQ for emacs-devel@gnu.org; Sun, 11 Nov 2007 18:28:03 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1372979wah for ; Sun, 11 Nov 2007 15:28:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ya720IW+9Mqj5RZbmvYVXOjcgcL4jrJjJX3GjcL3q1M=; b=IOXjbUV8aI8qGjOYtpZpy7ZaLEg+uXrWno8lDQQZ/NtVJRtIyKn9QepF57ITevmdDfjGi+afCPv8qfWtRxT5jvXB8Qt0rtLsXc7EaIfRAWKdYLuDRl6Bf9YSVBGbm1O7lNU4rT5fzi3lsx+jJBd8qM7A1OnAXtaEKCDDQByASQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NxyRobEFUFbq7b/FE+hjkirTnqMhHp5v/Z5N663pvlOocM8dIr5AZVeIwi7GALhwuk8r7n/8o7L6ndK5hfz7A2QRTDdVEyXzZhXqrHjXBsCeArLp33d2LR1SKY1QBkLzkmma1fNyJEo+WTIH4TARvRYqLpCySsetwaJHJknT3b0= Original-Received: by 10.114.66.2 with SMTP id o2mr366986waa.1194823682086; Sun, 11 Nov 2007 15:28:02 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Sun, 11 Nov 2007 15:28:02 -0800 (PST) In-Reply-To: <473798D6.6090004@ig.com.br> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:82986 Archived-At: On 11/12/07, Vinicius Jose Latorre wrote: > But using ?\u21b5 in blank-mode in my system gives an empty rectangle box. > > Doing: > > M-: (format "%c" ?\u21b5) RET > > Is ok, the character appears and it's cool. I'm not sure what does it mean "using ?\u21b5 in blank mode". In my system, (format "%c" ?\u21b5) and M-x ucs-insert 21B5 [RET] give the same result, for example. Juanma