From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: have emcacs call gnus automatically Date: Fri, 09 Jan 2015 07:01:31 -0500 Message-ID: <8761cgtb6s.fsf@bach.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1420805535 14386 80.91.229.3 (9 Jan 2015 12:12:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2015 12:12:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 09 13:12:09 2015 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 1Y9YK8-0007iE-B1 for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 13:05:52 +0100 Original-Received: from localhost ([::1]:50184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9YK7-0003Ku-LC for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 07:05:51 -0500 Original-Path: usenet.stanford.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!ottix-news.ottix.net!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 09 Jan 2015 06:01:31 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:M2yVRT5X5vfokjbfOuyuE7Qnau0= Original-Lines: 13 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-QuEMyozi7tvlDR96Pes4jwepEur4QkHUH6fzSLjj0KCgXEl2OCyfz/e7Xj5/hGKTgDBkdVK93zzo8x6!mLWg8d/8azktb5i6eqQ8XiUg41YPq5b3VZmq8dXRKkG6+TqU3edZAzQQQV8= Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1534 Original-Xref: usenet.stanford.edu gnu.emacs.help:209679 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:101959 Archived-At: I want to start an emacs session that calls gnus automatically. I'm not sure it can be done. I run emacs24 with embedded gnus under Debian Wheezy. In my window manager, I have bound the Ctl-Alt-g keys to an executable script that calls an emacs session that has a simple init file. In this session I can do M-x gnus to read news. What I want to do is to have that session instead have code that runs gnus immediately without my having to call it with the M-x gnus command. That is, I want the keys Ctl-Alt-g to start a gnus session. Haines Brown