From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: find-function-C-source-directory Date: Mon, 29 May 2006 06:33:57 +0300 Message-ID: References: <4478C990.1090300@student.lu.se> <44796BD8.1030304@student.lu.se> <4479F4FC.7090109@student.lu.se> <447A222B.6030804@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148873659 16193 80.91.229.2 (29 May 2006 03:34:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 03:34:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 29 05:34:18 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 1FkYWG-0006ke-ES for ged-emacs-devel@m.gmane.org; Mon, 29 May 2006 05:34:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkYWF-0005FL-T5 for ged-emacs-devel@m.gmane.org; Sun, 28 May 2006 23:34:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FkYW1-0005Ez-Rh for emacs-devel@gnu.org; Sun, 28 May 2006 23:34:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FkYVz-0005Ef-QC for emacs-devel@gnu.org; Sun, 28 May 2006 23:34:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkYVz-0005Ec-Jw for emacs-devel@gnu.org; Sun, 28 May 2006 23:33:59 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FkYbT-0001ws-CI for emacs-devel@gnu.org; Sun, 28 May 2006 23:39:39 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-199-77.inter.net.il [83.130.199.77]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id ESC11424 (AUTH halo1); Mon, 29 May 2006 06:33:57 +0300 (IDT) Original-To: Lennart Borgman In-reply-to: <447A222B.6030804@student.lu.se> (message from Lennart Borgman on Mon, 29 May 2006 00:20:27 +0200) 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:55394 Archived-At: > Date: Mon, 29 May 2006 00:20:27 +0200 > From: Lennart Borgman > CC: emacs-devel@gnu.org > > Eli Zaretskii wrote: > >> Sorry, I misread Eli´s answer. I mean that they have no way to find out > >> that they should set find-function-C-source-directory if they want Emacs > >> to know permanently where the C sources are. > >> > > > > You mean, for the other sessions as well? Because for this session, > > Emacs remembers the place, and never prompts again. > > > Yes, that is what I mean. Do we have a reason to believe that the sources will be in the same place for the next session? My Emacs sessions end only when the system goes down (which happens once in a blue moon). If the user brings the sources from outside, she might as well change the location in between.