From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Re: GTK `read-file-name' dialog Date: Tue, 05 Sep 2006 12:19:29 +0200 Message-ID: References: <44F9C967.4040907@swipnet.se> <44FC3CF7.2090807@swipnet.se> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1157451598 16376 80.91.229.2 (5 Sep 2006 10:19:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Sep 2006 10:19:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 05 12:19:55 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKY26-0005dY-Hb for ged-emacs-devel@m.gmane.org; Tue, 05 Sep 2006 12:19:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKY25-0007uI-Un for ged-emacs-devel@m.gmane.org; Tue, 05 Sep 2006 06:19:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKY1t-0007uB-Pl for emacs-devel@gnu.org; Tue, 05 Sep 2006 06:19:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKY1s-0007tx-UM for emacs-devel@gnu.org; Tue, 05 Sep 2006 06:19:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKY1s-0007tu-Qk for emacs-devel@gnu.org; Tue, 05 Sep 2006 06:19:40 -0400 Original-Received: from [134.60.1.1] (helo=mail.uni-ulm.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GKYCb-0007jV-Cv for emacs-devel@gnu.org; Tue, 05 Sep 2006 06:30:45 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.8/8.13.8) with ESMTP id k85AJTZ1019641; Tue, 5 Sep 2006 12:19:34 +0200 (MEST) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id 9DC4512046; Tue, 5 Sep 2006 12:19:29 +0200 (CEST) Mail-Followup-To: Jan =?iso-8859-1?Q?Dj=E4rv?= , emacs-devel@gnu.org Original-To: Jan =?iso-8859-1?Q?Dj=E4rv?= X-Face: .*T0'iU(sujq_j9\J>-d4fg; N/1++U#U$_5ii6k.=|"-n'?5O:Hyz&wi'-!I~,}7~GgT=0S /&-R5sbkNy5+Xo1y{Tw2KKxi@Xh"g@]Qc|.U<*]WDd)qvGowFDvfU1F]{EDho:7P0@|oOD=Bc{K4?> WP68K[Mx:}=`ZT'6g4'f+g?;`vri2!)xGy}3:=l'(/Cea0l4lo^H5#@/Z3ev In-Reply-To: <44FC3CF7.2090807@swipnet.se> (Jan =?iso-8859-1?Q?Dj=E4rv's?= message of "Mon\, 04 Sep 2006 16\:49\:27 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DCC-sgs_public_dcc_server-Metrics: gemini 1199; Body=2 Fuz1=2 Fuz2=2 X-MIME-Autoconverted: from 8bit to quoted-printable by mail.uni-ulm.de id k85AJTZ1019641 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59362 Archived-At: On Mon, Sep 04 2006, Jan Dj=E4rv wrote: > Reiner Steib skrev: > >> - ` ' =3D> "... type C-x C-f to visit files". >> Incorrect, should be `C-x i'. In the console, I get: >> >> ,---- >> | (emacs:32474): Gtk-CRITICAL **: file gtkfilechooserdefault.c: line 4= 136 (gtk_file_chooser_default_set_current_name): assertion `impl->action = =3D=3D GTK_FILE_CHOOSER_ACTION_SAVE || impl->action =3D=3D GTK_FILE_CHOOS= ER_ACTION_CREATE_FOLDER' failed >> `---- >> > > I can not reproduce this. However, I've checked the Gtk source and mad= e a > change. Can you try it again? FWIW, it was on x86_64 with yesterday's sources. I can't reproduce it anymore though, neither with yesterday's binary nor with the current. >> I think the part ", or type ..." should be removed or generalized >> (maybe "or use the corresponding key binding."). A particular key >> binding should only be mentioned if we are sure that it corresponds to >> the current action. > > I generalized the text according to your suggestion. Explicit keys are= not > mentioned anymore. Thanks. Bye, Reiner. --=20 ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/