From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: org-mode superscript and subscripts Date: Fri, 18 Apr 2014 10:28:31 +0200 Message-ID: <878ur3qbww.fsf@bzg.ath.cx> References: <30762a04-94ac-4964-8e40-e392523c92a5@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397809752 22693 80.91.229.3 (18 Apr 2014 08:29:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 08:29:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: abhinav.predicate@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 18 10:29:05 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wb4AS-0006sK-Bi for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 10:29:04 +0200 Original-Received: from localhost ([::1]:36880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb4AR-0001Ca-Qd for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 04:29:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb4A9-00013K-JT for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 04:28:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wb4A0-00088h-JP for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 04:28:45 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:59395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb4A0-00088b-CY for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 04:28:36 -0400 Original-Received: by mail-wi0-f172.google.com with SMTP id hi2so464776wib.11 for ; Fri, 18 Apr 2014 01:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=DJwaelXILhByUGtVav5WF9oTzW9CcOyGJmp759H/huw=; b=qxKxpT6XVo7VJobWqCWkgh2eabAFTZjVcgBOsbYMvJklvtK7SE0KLtQ2xsZN1q1Sn+ qwvWciURRW9ob+uMVdz21ahO50yIvo2HC5utNy6/QK980DC45NRPgKFrzDJh2oKoOm0b havlw77pgl6gRMMOGMhPmpNZEZddZqsMtKMIbg+EIW1Vra3vl8vE7nuSVIv0iItG56SS 97Vo5NUpn6JvAyho+SDSCTOE/lnxy7FJXBLtjUbuRR34iytbdNEhw+LqDeHW6S7EGJLh dLwDEXcHFVJE1eFY/3xIYH76+0i0o6/ba2GodMAgVKmVA5ms8VRMA8MWqaMBRvlRklWP gDWQ== X-Received: by 10.194.161.168 with SMTP id xt8mr15598517wjb.35.1397809715528; Fri, 18 Apr 2014 01:28:35 -0700 (PDT) Original-Received: from bzg.localdomain (APuteaux-652-1-214-122.w90-44.abo.wanadoo.fr. [90.44.5.122]) by mx.google.com with ESMTPSA id h10sm1969481wix.2.2014.04.18.01.28.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Apr 2014 01:28:34 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 403951C20DE0; Fri, 18 Apr 2014 10:28:31 +0200 (CEST) In-Reply-To: <30762a04-94ac-4964-8e40-e392523c92a5@googlegroups.com> (abhinav predicate's message of "Thu, 17 Apr 2014 11:05:46 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97188 Archived-At: abhinav.predicate@gmail.com writes: > I was using org mode and wanted to get some text in superscripts and > subscripts but whenever is use _ or ^, the text is just concatenated : > like when I type abc_def and use "C-c C-x \" to go to UTF8 display, I get abcdef, > same for subscripts, > can someone please tell me what is wrong here ? Concatenation of "a" and "2" is expected when writing "a^2" but the "2" should be both smaller and higher on the line. If you don't see this, I guess this is a problem with your Emacs display. A picture would help understanding what happens. Best, -- Bastien