From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: how to type math symbols in gnu emacs 2.12.19 Date: Thu, 17 Feb 2011 10:41:47 +0100 Message-ID: <30045605-A7CF-48CD-A2E3-19F277D08071@Web.DE> References: <4347e49b-903b-44fb-bfe7-2ef768fb62f1@u14g2000vbg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297935750 31616 80.91.229.12 (17 Feb 2011 09:42:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 09:42:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: a.efremov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 17 10:42:23 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pq0NQ-00031T-Ud for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 10:42:21 +0100 Original-Received: from localhost ([127.0.0.1]:59561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq0NQ-0007aK-Dv for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 04:42:20 -0500 Original-Received: from [140.186.70.92] (port=56705 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq0N1-0007Xu-N1 for help-gnu-emacs@gnu.org; Thu, 17 Feb 2011 04:41:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq0Mx-0007M4-4j for help-gnu-emacs@gnu.org; Thu, 17 Feb 2011 04:41:55 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:46342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq0Mw-0007Lt-RM for help-gnu-emacs@gnu.org; Thu, 17 Feb 2011 04:41:51 -0500 Original-Received: from smtp02.web.de ( [172.20.0.184]) by fmmailgate03.web.de (Postfix) with ESMTP id A0AF118894A25; Thu, 17 Feb 2011 10:41:49 +0100 (CET) Original-Received: from [91.35.202.89] (helo=[192.168.1.2]) by smtp02.web.de with asmtp (WEB.DE 4.110 #2) id 1Pq0Mv-00036T-00; Thu, 17 Feb 2011 10:41:49 +0100 In-Reply-To: <4347e49b-903b-44fb-bfe7-2ef768fb62f1@u14g2000vbg.googlegroups.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/2umDC3viW8TwT3yRBV9JuMzttjj/wvQBph1RD 1nAWzojOq5lJiPFBEWT2bGrli6XluI8ag6v7Ny4j+YcPYFwBeA jxI+CKsteFrTVCkauuFg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79184 Archived-At: Am 17.02.2011 um 02:47 schrieb a.efremov: > checking for alloca... no > checking whether `alloca.c' needs Cray hooks... no > checking stack direction for C alloca... -1 > configure: error: a system implementation of alloca is required The file config.log can give you more details. When the buffer's encoding is set to UTF-8 you can simply type the =20 maths characters on your keyboard. When you set read-quoted-char-radix =20= to 16 you can insert them by typing C-q 2 2 6 b or C-q 1 d 7 4 a to insert =20 the character from this position in Unicode (U+226B or U+1D74A). UTF-8 =20= support is improved in GNU Emacs 23.x. When you copy something in a modern windowing system, then not only =20 some text is copied (and this text can be copied in many different =20 coding systems) but also text attributes (bold, not upright, at 24 =20 pt). And this combination is inserted by pasting it into some buffer =96 = =20 in a different text encoding. Some customisation can be done in the =20 windowing system and some in GNU Emacs. -- Greetings Pete There is no national science just as there is no national =20 multiplication table; what is national is no longer science. =96 Anton Checov