From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Set emacs as pdf viewer? Date: Thu, 05 Feb 2015 15:46:40 -0500 Message-ID: <87vbjgw0gf.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423169221 12638 80.91.229.3 (5 Feb 2015 20:47:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 20:47:01 +0000 (UTC) To: Emacs Help List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 21:47:01 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 1YJTKG-000466-VP for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 21:47:01 +0100 Original-Received: from localhost ([::1]:45551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJTKG-0008HL-FS for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 15:47:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJTK1-0008FV-8A for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 15:46:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJTJx-0004jh-SQ for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 15:46:45 -0500 Original-Received: from mail-yk0-x22d.google.com ([2607:f8b0:4002:c07::22d]:55910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJTJx-0004jd-O7 for help-gnu-emacs@gnu.org; Thu, 05 Feb 2015 15:46:41 -0500 Original-Received: by mail-yk0-f173.google.com with SMTP id 142so4206542ykq.4 for ; Thu, 05 Feb 2015 12:46:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=iSeloh/N2C1ge+S1L8c6ilLGx4A8y3fXPo64zoZAmLk=; b=qkIKI/9QcX5tvin+ygTKXGO7KBEjZdG9CZbCwWa7WwO5xgGUKHTLbYdfOxOkxGrVQH zkk9epegRegANFsdDphO2hJlNMhs1VnDdikTWF51+jPUlP7+0jgWsVH4FQ7WPyXe30LO sBGSYu5Pt39EX5XGXuDvVVv92X7kMBinbqQWdfG9Wg2DMzExIcTCofpu/+iPN37exNsN lU2rqrM2ggCILkxHP+NKyh8yk/tpdCWvNBkRONNZlc57ewhU5iwI1YmpnuvyXoXsLlPM 0VAgtzXIjC3xlGXDM57Og+GNdKpKvfm3CG/Dwc+avo91Ck7WCjbkVB/9xdKyn3SNSP+/ uoOw== X-Received: by 10.236.201.10 with SMTP id a10mr4176yho.9.1423169201271; Thu, 05 Feb 2015 12:46:41 -0800 (PST) Original-Received: from localhost.localdomain (lawn-143-215-49-140.lawn.gatech.edu. [143.215.49.140]) by mx.google.com with ESMTPSA id k28sm173064yhg.25.2015.02.05.12.46.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Feb 2015 12:46:40 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::22d 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:102513 Archived-At: It feels silly to ask this but I've been using Okular to view all my pdfs for so long that I don't know how to switch to using emacs (now that we have the excellent PDF-Tools package), in particular with Auctex. I use the following to allow okular, but without it the PDF just opens in some hideous no-name application. (setq browse-pdf-generic-program (executable-find "okular")) How do I make emacs my default PDF viewer for Auctex?