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: SymPy from inside Emacs Date: Fri, 13 May 2022 10:47:35 +0300 Message-ID: <838rr5oovc.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15679"; 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 May 13 09:53:53 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 1npQ7T-0003u9-OU for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 13 May 2022 09:53:51 +0200 Original-Received: from localhost ([::1]:49754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npQ7S-0006QM-M5 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 13 May 2022 03:53:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npQ1K-0003v3-FE for help-gnu-emacs@gnu.org; Fri, 13 May 2022 03:47:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55890) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npQ1K-0003cj-3X for help-gnu-emacs@gnu.org; Fri, 13 May 2022 03:47:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=VM51nzgye5wXhBRNjOgL1FLEtU7Akj5Zb9bS2FMXNc8=; b=bMMZuUw2QcEk2MsGtvq/ jJexoM+VPwq1mlb/KlV9JpNYC1nU+gi5EcnE10b6m4p64kYe25HC8BhW4WnodhpbvxRAXoEVgmKr6 mJH28XEHe7vC+v5ljc4u89vMla8SYj9zofR/3HYCoRhHsMfovIF6urzETLQ7G/1urK3qko/dOhEUG xzYvuwoKtXr8uy/Vhbohi6OOB5CvZINzoP4e4WGGskaWiBB4VH7YYIOqKRBRR7mU16XFVSf7gjUlS kdmf7cVzPksC0yqoFHQHgD71P70cCszscbWp3JvxuJZBkIw96tVI41V/54rz7l5lFOXl51j+jFOHu y4Q2N8nePfRJBw==; Original-Received: from [87.69.77.57] (port=1979 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 1npQ1J-0002Nx-Ce for help-gnu-emacs@gnu.org; Fri, 13 May 2022 03:47:29 -0400 In-Reply-To: (message from Andreas =?utf-8?Q?R=C3=B6hler?= on Fri, 13 May 2022 09:34:14 +0200) 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" Xref: news.gmane.io gmane.emacs.help:137239 Archived-At: > Date: Fri, 13 May 2022 09:34:14 +0200 > From: Andreas Röhler > > the Python module SymPy displays math formulas. Running in a > bash-terminal at Xubuntu that works nicely. > From Emacs however, the spaces in the upper line are wider than the > chars below. > > See attached sympy.png. I think that's because the · character (or something similar) used to depict the multiplication comes from another font, one that is not fixed-pitch and/or whose width is different from that of the default font. The spaces are not the cause of this, they come from the default font and are always of the same width.