From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Kristian Nygaard Jensen Newsgroups: gmane.emacs.help Subject: Compile for batching Date: Wed, 15 Aug 2018 22:14:40 +0200 Message-ID: <0f1d823d-74af-27b7-f3af-5fbb9069ed2d@freeduck.dk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1534373086 7732 195.159.176.226 (15 Aug 2018 22:44:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2018 22:44:46 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 16 00:44:42 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fq4Wv-0001pi-NM for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2018 00:44:41 +0200 Original-Received: from localhost ([::1]:52563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fq4Yx-0006ZB-6P for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2018 18:46:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fq2Bu-0001AX-8M for help-gnu-emacs@gnu.org; Wed, 15 Aug 2018 16:14:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fq2Bq-0003F1-1Y for help-gnu-emacs@gnu.org; Wed, 15 Aug 2018 16:14:49 -0400 Original-Received: from li564-18.members.linode.com ([151.236.217.18]:41728 helo=freeduck.dk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fq2Bp-0003Dx-Nq for help-gnu-emacs@gnu.org; Wed, 15 Aug 2018 16:14:45 -0400 Original-Received: from [10.0.0.233] (unknown [78.143.68.130]) by freeduck.dk (Postfix) with ESMTPSA id 490CC57D7C for ; Wed, 15 Aug 2018 22:14:41 +0200 (CEST) Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 151.236.217.18 X-Mailman-Approved-At: Wed, 15 Aug 2018 18:46:13 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:117664 Archived-At: Hi All, I would like to know if it is possible to compile emacs for batching only. I am aware of the options: '--without-x --without-all --without-dbus --without-gconf --without-gsettings'. Is it possible to compile emacs without any user interface at all. Kind regards Kristian