From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Changing [X] by something else Date: Sun, 12 Feb 2012 11:49:24 +0530 Message-ID: <81zkco7evn.fsf@gmail.com> References: <878vkdfemv.fsf@iro.umontreal.ca> <81r4y1751r.fsf@gmail.com> <87k43swz2b.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwSmm-0007Qf-3S for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 01:19:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwSmk-0000Cg-VK for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 01:19:44 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:57893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwSmk-0000CS-Ou for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 01:19:42 -0500 Received: by dadv6 with SMTP id v6so3751412dad.0 for ; Sat, 11 Feb 2012 22:19:41 -0800 (PST) In-Reply-To: <87k43swz2b.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Sat, 11 Feb 2012 21:44:12 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org > Ctrl-S being turned into a rectangle is mysterious. Is it the > standard way for Emacs to tell about a non-printable character? There is no Ctrl-S character only a tick mark in the compose-region snippet that I shared. You can see the tick mark if you follow this link: http://article.gmane.org/gmane.emacs.orgmode/52281 The tickmark is produced by M-x ucs-insert RET CHECK MARK RET If the above command doesn't yield a tick mark the issue is with your setup. May be copy-paste from your Emacs client to your Elisp file garbled the characters? --