From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: .emacs poser Date: Tue, 17 Dec 2013 11:23:01 +0530 Message-ID: <878uvkrpky.fsf@gmail.com> References: <87wqj4p720.fsf@nl106-137-194.student.uu.se> <20131216185814.7066537f@zothique> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1387259625 28534 80.91.229.3 (17 Dec 2013 05:53:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2013 05:53:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Dale Snell Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 17 06:53:51 2013 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 1VsnbK-0005mx-Ty for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2013 06:53:51 +0100 Original-Received: from localhost ([::1]:59786 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsnbK-0002JJ-JR for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2013 00:53:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsnb3-0002E3-93 for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 00:53:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vsnax-0004e3-IH for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 00:53:33 -0500 Original-Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:50316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsnax-0004dw-AA for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 00:53:27 -0500 Original-Received: by mail-pa0-f54.google.com with SMTP id rd3so4033764pab.27 for ; Mon, 16 Dec 2013 21:53:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=mr+H+edzCyVCUjcWmQNsXwhMVaho3mAFz7nc7IC+vMQ=; b=PwB3TeJ0W5pn5z6hsQynDz9gytcrwMkdLJMQwEYuZ8MyrmATJlfRNfI2LU62rLKEQL 7Gc2YddZQyGdWqdc+nj/ptIxmltc0a+QUr9bOJl40HQQ8Sp592Z0wczuzOxL8dzw6MYq gVfvc6qNhinA8AZ2P0zr2s1EehseKNLHeLJvVCdkclHDYCNyln8S6EyNF+zA1mexmHQH BmhE5TYe9ddZlN+pAD9iL+NlEslrSQYzFFjCm21bL1aWpFdc1ViVE911ranjfAHgh1Pe PKXnqFLjnwmxcyg/6+zdRavfWCnylT367s5Bv0jly/Kq37aIb+f+TdB738ai8+LDn/k1 4VoQ== X-Received: by 10.66.142.132 with SMTP id rw4mr25410494pab.6.1387259606125; Mon, 16 Dec 2013 21:53:26 -0800 (PST) Original-Received: from debian-6.05 ([115.242.157.126]) by mx.google.com with ESMTPSA id ef10sm42369310pac.1.2013.12.16.21.53.23 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 16 Dec 2013 21:53:25 -0800 (PST) In-Reply-To: <20131216185814.7066537f@zothique> (Dale Snell's message of "Mon, 16 Dec 2013 18:58:14 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::236 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:95040 Archived-At: I would recommend Org-mode with export to LaTeX and PDF. You can create OpenDocument text or create HTML for posting to a blog. Dale Snell writes: > Hence I use the degree symbol (=C2=B0) a lot. I have occasional use for > super- and sub-script characters, and the ever popular copyright (=C2=A9), > trademark (=E2=84=A2), and registered trademark signs (=C2=AE). You can do a M-x set-input-method TeX then typing the string on the first column will give you the characters on the second column | what to type | what you get | |--------------+--------------| | \degree | =C2=B0 | | \copyright | =C2=A9 | | ^{TM} | =E2=84=A2 | | \registered | =C2=AE | | --- | =E2=80=94 | | -- | =E2=80=93 | To check what to type, do C-u C-x =3D on a character inserted with C-x 8 C-m and look for the following line in the *Help* buffer to input: type "--" with TeX input method Ofcourse you can conjure up your own abbrevs and not go with above system provided defaults. (info "(emacs) Defining Abbrevs")