From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: Emacs C source code Date: Wed, 1 Aug 2012 10:57:46 +0700 Message-ID: References: <34234906.post@talk.nabble.com> <874nondhd1.fsf@xc.laptop> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1343793481 8555 80.91.229.3 (1 Aug 2012 03:58:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 03:58:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: XeCycle Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 01 05:58:01 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SwQ4I-0003ty-D5 for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Aug 2012 05:57:54 +0200 Original-Received: from localhost ([::1]:39210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwQ4H-0007qt-07 for geh-help-gnu-emacs@m.gmane.org; Tue, 31 Jul 2012 23:57:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwQ4C-0007qd-B7 for help-gnu-emacs@gnu.org; Tue, 31 Jul 2012 23:57:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwQ4B-0005Bp-Hm for help-gnu-emacs@gnu.org; Tue, 31 Jul 2012 23:57:48 -0400 Original-Received: from mail-vb0-f41.google.com ([209.85.212.41]:43746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwQ4B-0005Bl-Cd for help-gnu-emacs@gnu.org; Tue, 31 Jul 2012 23:57:47 -0400 Original-Received: by vbkv13 with SMTP id v13so7400297vbk.0 for ; Tue, 31 Jul 2012 20:57:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=d9rzV4NCYVov8vBnO+kVXHWQpJ4prOEPuxugM8hIsVQ=; b=QElFTQJujYfNQoYhmCZN5UuYdBrzkPb2hHAGnBKyfTh+6fhwAzt/vIscHPrA1z2V/x gfXIemwslKoho8cQ/YmPDqordv5HPFdFzU/WJ1fNUeyz8yzTDg2jJyIOUhaWhwjqCYmQ gTEpQKnDE/PlrhExJ94kdgcETKj5+zdpvrEDHug/Kfdd/3zyIUfBsaMeHb7proKvGnOk NRVvmT7t+fipO2pAIuWLnFRzcInNa+/ltDc3kEQHWVuAyf32N7++qM5n7C6UVOCSq/6t iXcQwg/KE8xGOFLshTyvk+Cw9JCM+U+vdg4CTHXTppBCWA4x/vPEG70dqgwkTqYYaUYs qtKA== Original-Received: by 10.52.99.70 with SMTP id eo6mr14055261vdb.35.1343793466711; Tue, 31 Jul 2012 20:57:46 -0700 (PDT) Original-Received: by 10.220.108.78 with HTTP; Tue, 31 Jul 2012 20:57:46 -0700 (PDT) In-Reply-To: <874nondhd1.fsf@xc.laptop> X-Google-Sender-Auth: lNXQb3W7aNLmwbFUsi-xIlxNfS0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86140 Archived-At: On Tue, Jul 31, 2012 at 11:29 PM, XeCycle wrote: > Ubuntu, like Debian, guesses you won't need those files. You can > get the source release from GNU. Not entirely correct. In debianoids, one can download the sources from which a binary package was built by issuing this: # apt-get source e.g. # apt-get source emacs This puts the sources in a subdirectory of the current working directory, so then Emacs needs to be configured to find its sources there.