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: Re: running a command that requires two parameters on a file Date: Sat, 09 Aug 2014 08:16:44 -0400 Message-ID: <87ha1lhn83.fsf@bach.histomat.net> References: <87fvh98xi3.fsf@bach.histomat.net> <87lhr1mwch.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407586826 3975 80.91.229.3 (9 Aug 2014 12:20:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2014 12:20:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 09 14:20:19 2014 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 1XG5dD-0006d1-2Z for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Aug 2014 14:20:19 +0200 Original-Received: from localhost ([::1]:55689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG5dC-0001qP-Ku for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Aug 2014 08:20:18 -0400 X-Received: by 10.42.58.138 with SMTP id i10mr8179531ich.18.1407586605791; Sat, 09 Aug 2014 05:16:45 -0700 (PDT) Original-Path: usenet.stanford.edu!h18no10647718igc.0!news-out.google.com!b3ni23120qac.1!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Sat, 09 Aug 2014 07:16:45 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:bBybpFzGRpfYLuw1VtPwW0qK0Aw= Original-Lines: 15 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-zUZR/k/1mzvH2DQcE1g0qEEj9KJBGw1MNXc1taViCsUy/3ewQFxwQqhyySfk2ykdq4DCrj/qlrumcxJ!0h5FhIQOz95vrCYCzFMH+V3AFlRhZYi3EzeXWLL1GyxPcumBKIQz+1GnbZU= 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: 1510 Original-Xref: usenet.stanford.edu gnu.emacs.help:206873 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:99149 Archived-At: "Pascal J. Bourguignon" writes: > Haines Brown writes: >> The problem comes when I want to run the command wkhtmltopdf, for it >> calls for two parameters. That is, emacs won't let me do: ! wkhtmltopdf >> input.html output.pdf. > Type: > > M-! wkhtmltopdf input.html output.pdf RET Pascal, thanks. Somehow I missed this in the manual. Haines