GNU bug report logs - #46070
28.0.50; Set point/line style via 'gs' has no effect

Previous Next

Package: emacs;

Reported by: dalanicolai <at> gmail.com

Date: Sun, 24 Jan 2021 10:29:01 UTC

Severity: normal

Tags: fixed

Found in version 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46070 in the body.
You can then email your comments to 46070 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#46070; Package emacs. (Sun, 24 Jan 2021 10:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to dalanicolai <at> gmail.com:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 24 Jan 2021 10:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dalanicolai <at> gmail.com
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; Set point/line style via 'gs' has no effect
Date: Sun, 24 Jan 2021 11:28:42 +0100
Start emacs with the -Q flag. Open calc, plot some simple function
e.g. insert algebraically '[0..360] RET, and 'sin(x) RET. Then first
plot by pressing `gf`. Now close the graph by pressing `q` and then set
a different line style by pressing e.g. `C-u 2 g s`. The *Gnuplot
Commands* buffer will pop up and it shows that the gnuplot command ends
with "with lines 2". Now plot using `gp`, the plot will show up without
a different linestyle. Repeat with pressing `C-u 3 g s`, it will have
no
effect. Idem for point styles (`gS`).

Now the solution is simple, just manually insert "ls" between "with
lines" and the following number in the *Gnuplot Commands* buffer. Then
plot again with `gp`, the graph will show with different linestyle.


In GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version
3.24.24, cairo version 1.16.0)
 of 2021-01-22 built on daniel-fedora
Repository revision: ca36669c8884d1254206a1e3e919cf65ea427b7e
Repository branch: master
Windowing system distributor 'Fedora Project', version 11.0.12010000
System Description: Fedora 33 (Workstation Edition)

Configured using:
 'configure --with-xwidgets --with-imagemagick --with-cairo
 --with-modules'

Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS GSETTINGS
GLIB NOTIFY INOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ
M17N_FLT
LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS
XWIDGETS LIBSYSTEMD JSON PDUMPER LCMS2

Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=none
  locale-coding-system: utf-8-unix

Major mode: Calculator

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json map text-property-search seq byte-
opt
gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils time-date subr-x calc-arith
calc-prog calc-graph calc-misc calc-math calccomp calc-forms calc-alg
calc-vec calc-ext cl-loaddefs cl-lib calc-aent calc-menu easymenu calc
calc-loaddefs calc-macs iso-transl tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button
loaddefs faces cus-face macroexp files window text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads xwidget-internal dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo move-toolbar gtk x-toolkit x multi-tty make-network-process
emacs)

Memory information:
((conses 16 91051 10350)
 (symbols 48 10009 1)
 (strings 32 26667 1822)
 (string-bytes 1 840587)
 (vectors 16 17163)
 (vector-slots 8 215360 12198)
 (floats 8 39 261)
 (intervals 56 244 0)
 (buffers 984 17))






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46070; Package emacs. (Wed, 27 Jan 2021 03:29:02 GMT) Full text and rfc822 format available.

Message #8 received at 46070 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: dalanicolai <at> gmail.com
Cc: 46070 <at> debbugs.gnu.org
Subject: Re: bug#46070: 28.0.50; Set point/line style via 'gs' has no effect
Date: Wed, 27 Jan 2021 04:28:04 +0100
dalanicolai <at> gmail.com writes:

> Now the solution is simple, just manually insert "ls" between "with
> lines" and the following number in the *Gnuplot Commands* buffer. Then
> plot again with `gp`, the graph will show with different linestyle.

Yup.  This should now be fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 27 Jan 2021 03:29:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 28.1, send any further explanations to 46070 <at> debbugs.gnu.org and dalanicolai <at> gmail.com Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 27 Jan 2021 03:29:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46070; Package emacs. (Wed, 27 Jan 2021 15:52:01 GMT) Full text and rfc822 format available.

Message #15 received at 46070 <at> debbugs.gnu.org (full text, mbox):

From: dalanicolai <dalanicolai <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 46070 <at> debbugs.gnu.org
Subject: Re: bug#46070: 28.0.50; Set point/line style via 'gs' has no effect
Date: Wed, 27 Jan 2021 16:50:49 +0100
[Message part 1 (text/plain, inline)]
Great, thanks!

On Wed, 27 Jan 2021 at 04:28, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:

> dalanicolai <at> gmail.com writes:
>
> > Now the solution is simple, just manually insert "ls" between "with
> > lines" and the following number in the *Gnuplot Commands* buffer. Then
> > plot again with `gp`, the graph will show with different linestyle.
>
> Yup.  This should now be fixed in Emacs 28.
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no
>
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 25 Feb 2021 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.