From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: BP25 Newsgroups: gmane.emacs.help Subject: emacs graphical frame to behave like -nw Date: Thu, 02 Jan 2025 16:40:53 +0000 Message-ID: <87bjwpqicq.fsf@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4011"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jan 03 18:58:04 2025 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tTlvv-0000qW-Hs for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 03 Jan 2025 18:58:03 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tTlv0-0000IO-QB; Fri, 03 Jan 2025 12:57:06 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTluz-0000IE-8h for help-gnu-emacs@gnu.org; Fri, 03 Jan 2025 12:57:05 -0500 Original-Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTlux-0002bJ-Tq for help-gnu-emacs@gnu.org; Fri, 03 Jan 2025 12:57:05 -0500 Original-Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4YPrqy6K15z9tmF for ; Fri, 3 Jan 2025 17:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1735927022; bh=XcctmA2qbSxZBmu5FMxXf7SZr5ziTFKFM+Fpa0OjXQs=; h=From:To:Subject:Date:From; b=A5CRL5dGB2UFW8hduSLS/ehn/F438eHNq226DaxnBfVniRnOmatxUupimHcZ4GZ2m p0Cq8qpdKYadvQTyZdhLbOk7JNBHlPbFj77qQAJLwjm60EttFgZZsZU2iKPlTbQAgM A7ESBHeaELOswv7yBXdwEYPD1ARl9i4yTFlNmSWE= X-Riseup-User-ID: 71CCBE65D9CA3ACA7CC2AE938B13F201C3A2F13604E84DB62CE6BA34711C7E47 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4YPrqx6HsnzJrSv for ; Fri, 3 Jan 2025 17:57:01 +0000 (UTC) Received-SPF: pass client-ip=198.252.153.6; envelope-from=bp25@riseup.net; helo=mx0.riseup.net X-Spam_score_int: -14 X-Spam_score: -1.5 X-Spam_bar: - X-Spam_report: (-1.5 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_24_48=1.34, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:149129 Archived-At: Hello, I've been very happily using emacs -nw but now I need to display PDFs (because I'm compiling .tex), hence will need to run emacs on some graphical frame as opposed to the terminal, because I want to use docview. How can I make the graphical frame be like emacs -nw, except for the window where docview will display the PDF? This should be achievable without using exwm which is overkill I think. Any leads are very much appreciated! (and CC: me in your reply because I'm not subscribed to the list, please!)