From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.help Subject: Re: wie kann ich Emacs so einstellen, dass ich drucken kann Date: Wed, 14 Dec 2022 17:27:45 +0000 Message-ID: <87h6xxvqsu.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29174"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "help-gnu-emacs@gnu.org" To: Gottfried Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 14 18:28:21 2022 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 1p5VYL-0007Ns-5f for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 14 Dec 2022 18:28:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5VXp-0003M7-K3; Wed, 14 Dec 2022 12:27:49 -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 1p5VXo-0003Jt-1C for help-gnu-emacs@gnu.org; Wed, 14 Dec 2022 12:27:48 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5VXl-0006eV-Vx for help-gnu-emacs@gnu.org; Wed, 14 Dec 2022 12:27:47 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 0EFB9240028 for ; Wed, 14 Dec 2022 18:27:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671038863; bh=OBbOxwuEl1EnFCgAzd6DROXFaNqrf0qoUlh7IXv2Yyo=; h=From:To:Cc:Subject:Date:From; b=KoMbT9Jb4wGz1NPl4XA06dnTVMoDubFoiS3EmspCYRdMdDCGSIslXGkQclvvxdQLR tsDBIqvZAY9Uf3i8V5RVoWwNtrH7S2QeWikwVgdQMbxNeZOw1WrgqJJ94YOHUNcVMi aMbsz6I9aVrwDj8xCzLbqbjE5MFPZuswPpmIfXNC8pzVIE2ig281KXZbByv+Xq09lo qLMItO0E1gGKZGbEm9+iHx30OwqrjR9fIhI082NhMacUrkgVnh3kuyXqUHu1rbAmX4 VIIAh4B8EzNDCCKtyI0V8sYXghfZFUouTyWjId7qQTp2blTfY+1o9rk4mfv8Feiktr 3SeY4o9iHX7jw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NXMkk0ylqz9rxQ; Wed, 14 Dec 2022 18:27:42 +0100 (CET) In-Reply-To: (gottfried@posteo.de's message of "Wed, 14 Dec 2022 16:38:26 +0000") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=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:141731 Archived-At: Gottfried writes: > Hallo, > ich wollte einen Puffer ausdrucken (das erste Mal) > und es gab diese Fehlermeldung: > > lpr-print-region: Spooling...done: /home/gfp/.guix-profile/bin/lpr: > Fehler - Kein voreingestelltes Ziel. > > Wie kann ich das Ziel einstellen? > > danke > Gottfried You have to take a look at `lpr-switches', and specifically figure out what -P flag to add, so that the "lpr" command knows where you want to print.