unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51260: 29.0.50; smerge-mode: void-variable smerge
@ 2021-10-18  7:08 Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-10-18  7:12 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-10-18  7:08 UTC (permalink / raw)
  To: 51260

Hi,

if I do the following:

- emacs -Q
- M-x toggle-debug-on-error
- M-x smerge-mode

I now get:

Debugger entered--Lisp error: (void-variable smerge)
   byte-code("\303\10\11\304\305\211\n\205\26\0\3061\24\0\307 
0\202\26\0\210\305&\6\207" [smerge smerge-begin-re diff-refine 
easy-mmode-define-navigation "conflict" nil (error) smerge-refine] 7)
   command-execute(smerge-mode record)
   execute-extended-command(nil "smerge-mode" "smerge-mode")
   funcall-interactively(execute-extended-command nil "smerge-mode" "smerge-mode")
   command-execute(execute-extended-command)


In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.18, cairo 
version 1.16.0)
  of 2021-10-18 built on hathaway
Repository revision: 735086e440aa748072be547f04c8878ac3798723
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12009000
System Description: Ubuntu 20.04 LTS

Configured using:
  'configure --with-harfbuzz --with-native-compilation CC=gcc-10'

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

Important settings:
   value of $LC_MESSAGES: en_GB.UTF-8
   value of $LC_MONETARY: it_IT.UTF-8
   value of $LC_NUMERIC: it_IT.UTF-8
   value of $LC_TIME: it_IT.UTF-8
   value of $LANG: en_US.UTF-8
   value of $XMODIFIERS: @im=ibus
   locale-coding-system: utf-8-unix

Major mode: Debugger

Minor modes in effect:
   tooltip-mode: t
   global-eldoc-mode: t
   show-paren-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
   indent-tabs-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 rfc6068 epg-config gnus-util rmail
rmail-loaddefs auth-source eieio eieio-core eieio-loaddefs
password-cache json map text-property-search time-date mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
help-fns radix-tree cl-print debug backtrace find-func diff-mode comp
comp-cstr warnings rx cl-seq cl-macs cl-extra help-mode seq gv subr-x
byte-opt cl-loaddefs cl-lib bytecomp byte-compile cconv diff cus-start
cus-load iso-transl tooltip eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode 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 lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax 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 emoji-zwj 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 dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit x multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 107021 7161)
  (symbols 48 9442 1)
  (strings 32 27572 2839)
  (string-bytes 1 917775)
  (vectors 16 20186)
  (vector-slots 8 375081 13361)
  (floats 8 37 30)
  (intervals 56 294 0)
  (buffers 992 12))

-- 
Manuel Uberti
www.manueluberti.eu





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18  7:08 bug#51260: 29.0.50; smerge-mode: void-variable smerge Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-10-18  7:12 ` Lars Ingebrigtsen
  2021-10-18  7:13   ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-10-18  7:14   ` Lars Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-10-18  7:12 UTC (permalink / raw)
  To: 51260; +Cc: manuel.uberti

Manuel Uberti via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> - emacs -Q
> - M-x toggle-debug-on-error
> - M-x smerge-mode
>
> I now get:
>
> Debugger entered--Lisp error: (void-variable smerge)
>   byte-code("\303\10\11\304\305\211\n\205\26\0\3061\24\0\307
>   0\202\26\0\210\305&\6\207" [smerge smerge-begin-re diff-refine
>   easy-mmode-define-navigation "conflict" nil (error) smerge-refine]
>  7)

I'm unable to reproduce the problem on the current trunk.  Could it be a
build issue?  Does the problem go away if you say "make bootstrap"?

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18  7:12 ` Lars Ingebrigtsen
@ 2021-10-18  7:13   ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-10-18  7:14   ` Lars Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-10-18  7:13 UTC (permalink / raw)
  To: larsi, 51260

On 18/10/21 09:12, Lars Ingebrigtsen wrote:
> Manuel Uberti via "Bug reports for GNU Emacs, the Swiss army knife of
> text editors" <bug-gnu-emacs@gnu.org> writes:
> 
>> - emacs -Q
>> - M-x toggle-debug-on-error
>> - M-x smerge-mode
>>
>> I now get:
>>
>> Debugger entered--Lisp error: (void-variable smerge)
>>    byte-code("\303\10\11\304\305\211\n\205\26\0\3061\24\0\307
>>    0\202\26\0\210\305&\6\207" [smerge smerge-begin-re diff-refine
>>    easy-mmode-define-navigation "conflict" nil (error) smerge-refine]
>>   7)
> 
> I'm unable to reproduce the problem on the current trunk.  Could it be a
> build issue?  Does the problem go away if you say "make bootstrap"?
> 

No, I actually did build using:

- ./configure --with-harfbuzz --with-native-compilation
- make bootstrap -j16

-- 
Manuel Uberti
www.manueluberti.eu





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18  7:12 ` Lars Ingebrigtsen
  2021-10-18  7:13   ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-10-18  7:14   ` Lars Ingebrigtsen
  2021-10-18  7:19     ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-10-18  7:14 UTC (permalink / raw)
  To: 51260; +Cc: manuel.uberti

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I'm unable to reproduce the problem on the current trunk.  Could it be a
> build issue?  Does the problem go away if you say "make bootstrap"?

Hm, I think I understand what the issue might be (a missing require).
I've now pushed a fix for this to master -- can you check whether this
fixes the problem (without doing a "make bootstrap")?

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18  7:14   ` Lars Ingebrigtsen
@ 2021-10-18  7:19     ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-10-18  7:20       ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-10-18  7:19 UTC (permalink / raw)
  To: Lars Ingebrigtsen, 51260

On 18/10/21 09:14, Lars Ingebrigtsen wrote:
> Hm, I think I understand what the issue might be (a missing require).
> I've now pushed a fix for this to master -- can you check whether this
> fixes the problem (without doing a "make bootstrap")?

Thank you for quick fix! The problem is gone now.

-- 
Manuel Uberti
www.manueluberti.eu





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18  7:19     ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-10-18  7:20       ` Lars Ingebrigtsen
  2021-10-18 12:27         ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-10-18  7:20 UTC (permalink / raw)
  To: Manuel Uberti; +Cc: 51260

Manuel Uberti <manuel.uberti@inventati.org> writes:

> Thank you for quick fix! The problem is gone now.

Thanks for checking; I'm closing this report, then.

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18  7:20       ` Lars Ingebrigtsen
@ 2021-10-18 12:27         ` Eli Zaretskii
  2021-10-18 12:35           ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2021-10-18 12:27 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: manuel.uberti, 51260

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Mon, 18 Oct 2021 09:20:12 +0200
> Cc: 51260@debbugs.gnu.org
> 
> Manuel Uberti <manuel.uberti@inventati.org> writes:
> 
> > Thank you for quick fix! The problem is gone now.
> 
> Thanks for checking; I'm closing this report, then.

Is this problem specific to Emacs 29, or does it also exist in Emacs
28?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#51260: 29.0.50; smerge-mode: void-variable smerge
  2021-10-18 12:27         ` Eli Zaretskii
@ 2021-10-18 12:35           ` Lars Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-10-18 12:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: manuel.uberti, 51260

Eli Zaretskii <eliz@gnu.org> writes:

> Is this problem specific to Emacs 29, or does it also exist in Emacs
> 28?

It's just in Emacs 29.

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-10-18 12:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18  7:08 bug#51260: 29.0.50; smerge-mode: void-variable smerge Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-18  7:12 ` Lars Ingebrigtsen
2021-10-18  7:13   ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-18  7:14   ` Lars Ingebrigtsen
2021-10-18  7:19     ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-18  7:20       ` Lars Ingebrigtsen
2021-10-18 12:27         ` Eli Zaretskii
2021-10-18 12:35           ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).