From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38413 Path: main.gmane.org!not-for-mail From: Nuutti Kotivuori Newsgroups: gmane.emacs.gnus.general Subject: Re: '.' at the beginning of summary buffer lines Date: Wed, 29 Aug 2001 19:46:54 +0300 Message-ID: <87bsky95kx.fsf@smarttrust.com> References: <871ylyiv43.fsf@deneb.enyo.de> <87heuuhcon.fsf@deneb.enyo.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1035174280 22268 80.91.224.250 (21 Oct 2002 04:24:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:40 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 6427 invoked from network); 29 Aug 2001 16:47:11 -0000 Original-Received: from smtp.dave.sonera.fi (131.177.130.21) by gnus.org with SMTP; 29 Aug 2001 16:47:11 -0000 Original-Received: from kotivnu1-nb.etela.sonera.fi ([131.177.205.219]:33061 "EHLO oro") by inside.dave.sonera.fi with ESMTP id convert rfc822-to-8bit; Wed, 29 Aug 2001 19:46:58 +0300 Original-Received: from naked by oro with local (Exim 3.32 #1 (Debian)) id 15c8UT-0002Zq-00; Wed, 29 Aug 2001 19:46:57 +0300 Original-To: Russ Allbery In-Reply-To: (Simon Josefsson's message of "Sun, 26 Aug 2001 23:26:07 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Original-Lines: 34 Xref: main.gmane.org gmane.emacs.gnus.general:38413 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38413 Simon Josefsson wrote: > Russ Allbery writes: > >>> fw> (Please don't use '`' as a quote sign. Thanks.) >> >>> Why is that? It's often used in info docs.... >> >> See . > > Anyone know how to insert the U+2018 and U+2019 characters in emacs? Assuming MULE-UCS - insert-ucs-character. #x2018 works in XEmacs, ?\x2018 in Emacs, I believe - the function takes a simple number from the minibuffer as input. However, the documentation is in MULE-UCS package, you can refer to it there. > (Is the characters part of some 8859 or 2002 character set maybe?) Character set ¡ ¢ -------------------------- Macintosh Roman 212 213 Macintosh Cyrillic 212 213 ISO 8859-7:1987 161 162 If you want to get the ISO 8859-7 character, you can say: (make-char 'greek-iso8859-7 161) (make-char 'greek-iso8859-7 162) However, in my fonts atleast, the quotation marks don't look so proper - but atleast they are defined to be the right character. -- Naked