From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: getting unicode chars to show on Windows Date: Mon, 31 Aug 2009 08:23:50 -0700 Message-ID: References: <66341491-5c5b-406a-bb4c-7f02b7709983@t11g2000prh.googlegroups.com><9b617e7b-9840-499d-b22b-881e4a540a70@h21g2000yqa.googlegroups.com><6e107769-cd13-43f0-ac9f-8daa9fb83c5e@a39g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251734702 21093 80.91.229.12 (31 Aug 2009 16:05:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2009 16:05:02 +0000 (UTC) To: "'Xah Lee'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 31 18:04:55 2009 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.50) id 1Mi9NE-0006mS-JO for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2009 18:04:52 +0200 Original-Received: from localhost ([127.0.0.1]:59941 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi9NE-0006gU-0A for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2009 12:04:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi8jX-0000h7-Jt for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 11:23:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi8jQ-0000eM-Hx for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 11:23:50 -0400 Original-Received: from [199.232.76.173] (port=33427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi8jP-0000eA-3k for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 11:23:43 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:34228) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mi8jO-00087L-Gw for help-gnu-emacs@gnu.org; Mon, 31 Aug 2009 11:23:42 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n7VFMxNe003517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 31 Aug 2009 15:23:00 GMT Original-Received: from abhmt004.oracle.com (abhmt004.oracle.com [141.146.116.13]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n7VFNYCF012520; Mon, 31 Aug 2009 15:23:35 GMT Original-Received: from dradamslap1 (/141.144.200.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 31 Aug 2009 08:23:33 -0700 X-Mailer: Microsoft Office Outlook 11 In-reply-to: Thread-Index: AcoqJ23vHvTD2UnXSXGVWjEsowXlrwAJSUTQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt004.oracle.com [141.146.116.13] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4A9BEAF6.01BA:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:67687 Archived-At: > > M-: (frame-parameters) is your friend. > > after looking up some inline doc or elisp doc in few min, i can't find > out what's the available parms for set-frame-parameter. But i did find > this function: > > (frame-parameters) Reading is your friend too. ;-) If you prefer to ask here rather than reading the manuals, then maybe read the replies you get? ;-) > Is there a doc that list all the params of set-frame-parameter? `C-h i', choose Elisp manual `i frame-parameter' gives a short node with the parameter access functions Node `Frame Parameters' is the chapter on parameters. Its sections: * Parameter Access - the node reached from `i frame-parameter' * Initial Parameters - alists for defining future frames * Window Frame Parameters - most frame parameters, described individually * Size and Position - access shortcuts for the size/position params described in Window Frame Parameters * Geometry - for use with XResources (X-Window geometry specs) Again, reading is your friend. ;-) Note: There cannot be an exhaustive list of frame parameters, because you can add your own, interpreted by your own code to do what you want. There are also a few "internal" frame parameters (nothing in Emacs is really internal) that are not documented much, if at all.