From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: cvs 22.0.50 + auctex Date: Wed, 22 Feb 2006 20:51:17 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140755646 18455 80.91.229.2 (24 Feb 2006 04:34:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2006 04:34:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 24 05:34:05 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCUeZ-0002VR-HT for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Feb 2006 05:34:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCUIM-00011R-FW for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Feb 2006 23:11:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FC7Hg-00021r-FT for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 22:36:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FC1f9-0002uT-UF for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 16:37:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBzA1-0002F1-RZ for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 13:56:26 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBzGY-000540-QZ for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 14:03:11 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HYL33699; Wed, 22 Feb 2006 20:51:13 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-205-93.inter.net.il [83.130.205.93]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CTN09772 (AUTH halo1); Wed, 22 Feb 2006 20:51:12 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (ecinmn@peoplepc.com) 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:33375 Archived-At: > From: "B. T. Raven" > Date: Wed, 22 Feb 2006 05:18:28 GMT > > > This is not a good place to report problems and ask questions about > > the CVS code. Please write to emacs-devel@gnu.org instead. > > Okay, but I'll wait until I learn more. One doesn't need to learn anything to ask questions and report problems. There are no admission exams ;-) > > And btw, what exactly do you mean by ``the place where I put the C > > sources''? Does the variable points to the `src' directory or to its > > parent? > > I added this to .emacs: > > (setq source-directory "E:\\emacs\\emacs\\src\\") so it points to the src > directory itself. I.e., src is at the same level as bin, data, lisp, etc, > et cetera. That's your mistake: source-directory should point to the root of the Emacs tree, i.e. in your case, to E:\emacs\emacs, not to its src subdirectory. (Btw, I suggest to use forward slashes, even on Windows.) > > > 2) I can't raise the w32 file input dialog box even though > > > use-dialog-box > > > use-file-dialog > > > are both set to t (on). > > > > This works only if you click File->Open File from the menu bar. If > > you type "C-x C-f", Emacs doesn't pop up a file selection dialog > > because people who type at the keyboard don't like to have to reach > > for the mouse. > > No, on W98 it doesn't work with the mouse either on menu- or toolbar. It does for me, in XP. Please report as a bug. > > > Font dialog box comes up but won't change the font > > > > This does work for me, so please report the details (to the address > > suggested above). > > Does that mean that you agree with this reported behavior and that it > doesn't work for you either? No, it means that for me it works: I can select a font, and Emacs then uses the selected font instead of the default. > That makes sense. I needed arialuni.ttf in order to learn about using > utf-8 and getting exotic characters from different unicode ranges into the > same buffer and file. I guess I can live with the empty rectangles as long > as I'm sure the correct bytes are "underneath" them. But it's nice to have > some degree of wysiwyg. Perhaps you can find a non-proportional Unicode font, then.