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.devel Subject: Re: Stylus drawing input? Date: Sat, 14 Jan 2023 11:57:54 +0200 Message-ID: <834jst8ml9.fsf@gnu.org> References: <87pmbhpjkc.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39215"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, dov.grobgeld@gmail.com, emacs-devel@gnu.org To: "Dr. Arne Babenhauserheide" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 14 10:58:32 2023 Return-path: Envelope-to: ged-emacs-devel@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 1pGdJ2-000A4v-3I for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Jan 2023 10:58:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGdIZ-0001xG-2F; Sat, 14 Jan 2023 04:58:03 -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 1pGdIX-0001wz-S5 for emacs-devel@gnu.org; Sat, 14 Jan 2023 04:58:02 -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 1pGdIW-000783-0D; Sat, 14 Jan 2023 04:58:01 -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=8mTJ3tZFd+gNG8cuitbO3Vg9Amwn5hnydTkgF0XGYog=; b=kgJMINDsJpJF q5m6xhr5B87Dm/5laFJYF7Jn9529VJFixOmbcL58ZfnnZHK+DNqeVqLzXJkFnVxU4U1tzLUqieMXD jey6M+gNtELdVRGBodMB/f6G73SfKoBQXqhfvDFrgVS5uEIL8msvoSmXk2YAcHzVl6Ys+d+yBrsHq bUlP6nok4YJ9YLbTHBHOSBxIZT7e/cvzqEd7p00ZrfdW3GhVY30jxgXzNaII0dF3w8uNgil29xRJz PgG1wamV80otMUgk+cwjOVwQaHOhSYi9WfAPTecVe9Y7Dm3CsTHnAkdSLYM3Kg7vGrDea5QsMO+Xd 8pKdYvc16t7HeUln6aetlg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGdIO-0000jG-UR; Sat, 14 Jan 2023 04:57:53 -0500 In-Reply-To: <87pmbhpjkc.fsf@web.de> (arne_bab@web.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302413 Archived-At: > From: "Dr. Arne Babenhauserheide" > Cc: Dov Grobgeld , emacs-devel@gnu.org > Date: Sat, 14 Jan 2023 09:17:24 +0100 > > > Which system platforms support this sort of input? > > I remember trying out an input in emacs for drawing letters that then > got inserted into the buffer, but I now searched for an hour and did not > find it again. > > Just writing here to note that such a thing existed and it was pretty > awesome to just run a command, draw a picture in emacs, and have it > inserted into the current text. Do you mean artist-mode, perhaps? Or strokes.el?