From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs graphical frame to behave like -nw Date: Fri, 03 Jan 2025 21:34:26 +0200 Message-ID: <8634hzhet9.fsf@gnu.org> References: <87bjwpqicq.fsf@riseup.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19764"; 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 20:35:06 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 1tTnRo-0004xe-Hd for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 03 Jan 2025 20:35:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tTnRG-0007Dt-0q; Fri, 03 Jan 2025 14:34:30 -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 1tTnRE-0007Dc-5t for help-gnu-emacs@gnu.org; Fri, 03 Jan 2025 14:34:28 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTnRD-0005f4-Ti for help-gnu-emacs@gnu.org; Fri, 03 Jan 2025 14:34:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=cyGvQlIphqxg/+zxQVdntDpedHffWA4R2G0d9pPZMKQ=; b=gJ8qMFbBijgP WLSse0PBEgEFFGmjC5m5YMcfPwEDY9+YfJ3uwib6kDX/rHVx+u/T4BPqNqOx8s8uqWeFANh08/s/M d8jX/QK1A39cgm+K3wOxeB5Ka6NnvX09FFTKUPsUUZZSmyhEw5hKm/8h+FBzIvde2weVIOT/xrOFz 7Qj+G0gaZL6nTT8lYknD5gds7CjAbB8nx/TFjhLMFEVH9NZSGvOgCLvrg380Rd83zdBAC8E0BDb4a P253o2+HI4ERmGwITtNuMmq6aRg2FivpupjKye9k3YLuOM+PEn+6Jw/gfyXL14jHCyJsKiaSbhyBK igpCk7rzNdfkehQtUNhS6w==; In-Reply-To: <87bjwpqicq.fsf@riseup.net> (message from BP25 on Thu, 02 Jan 2025 16:40:53 +0000) 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:149131 Archived-At: > From: BP25 > Date: Thu, 02 Jan 2025 16:40:53 +0000 > > 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. Did you try to create a GUI frame using emacsclient?