GNU bug report logs - #62648
29.0.60; yasnippet interferes with org-agenda

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Kuba Orlik <kontakt@HIDDEN>; dated Mon, 3 Apr 2023 19:05:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 3 Apr 2023 19:04:09 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Apr 03 15:04:09 2023
Received: from localhost ([127.0.0.1]:45286 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1pjPTM-0007Bx-JC
	for submit <at> debbugs.gnu.org; Mon, 03 Apr 2023 15:04:09 -0400
Received: from lists.gnu.org ([209.51.188.17]:41106)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kontakt@HIDDEN>) id 1pjPTK-0007Bn-IW
 for submit <at> debbugs.gnu.org; Mon, 03 Apr 2023 15:04:07 -0400
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 <kontakt@HIDDEN>)
 id 1pjPTK-0001bp-5v
 for bug-gnu-emacs@HIDDEN; Mon, 03 Apr 2023 15:04:06 -0400
Received: from nyuno.kuba-orlik.name ([2a01:4f8:c2c:96d3::1])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <kontakt@HIDDEN>)
 id 1pjPTG-0007EM-Rl
 for bug-gnu-emacs@HIDDEN; Mon, 03 Apr 2023 15:04:05 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kuba-orlik.name;
 s=mail; t=1680548638;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=XJ4LsJ6MAe8K3wKxIe8Vmn98j/opLlrdtaj55PaibVo=;
 b=DhPWKDWm6BRSS8xkxxF67hD6OTGWWhrVuiX3XcrIyWTCSlJdDxrhNkd/LmUgMB1PVo4AAi
 1cCDuWMoZPpQMsHAa7YfYq9dWa5RXl/ehf/g1Wa5pyHZwWw5F+mrnLandsARyoBc2kGmtt
 XXsgzhP5KvFTjugEBg8Wgw0Bu/xI/FU=
From: Kuba Orlik <kontakt@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 29.0.60; yasnippet interferes with org-agenda
Date: Mon, 03 Apr 2023 21:03:22 +0200
Message-ID: <87cz4kdbz7.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=2a01:4f8:c2c:96d3::1;
 envelope-from=kontakt@HIDDEN; helo=nyuno.kuba-orlik.name
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)

1. Start emacs with 'emacs -Q'

2. Evaluate this lisp code:


```
(setq straight-repository-branch "develop")
(defvar bootstrap-version)
(let ((bootstrap-file
       (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
      (bootstrap-version 5))
  (unless (file-exists-p bootstrap-file)
    (with-current-buffer
        (url-retrieve-synchronously
         "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
         'silent 'inhibit-cookies)
      (goto-char (point-max))
      (eval-print-last-sexp)))
  (load bootstrap-file nil 'nomessage))
(setq straight-check-for-modifications nil)


(straight-use-package 'yasnippet)
(setq yas-snippet-dirs '("~/.emacs.d/config/snippets"))
(yas-global-mode)
```

3. M-x org-agenda
4. Pick "a" from the list of agenda views
5. The agenda view shows up, but the popup asking the user to pick
agenda from the view shows up again, but it shouldn't.


In GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.37, cairo version 1.17.8) of 2023-03-25 built on carbon
Repository revision: 90fc6b987ad8f6531834906749be4d159fc1184f
Repository branch: makepkg
System Description: Arch Linux

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games
 --with-modules --without-libotf --without-m17n-flt --without-gconf
 --with-native-compilation=yes --with-xinput2 --with-pgtk
 --without-xaw3d --with-sound=no --with-tree-sitter --without-gpm
 --without-compress-install
 '--program-transform-name=s/\([ec]tags\)/\1.emacs/'
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
 -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
 -fstack-clash-protection -fcf-protection'
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON
LCMS2 LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK
PNG RSVG SECCOMP SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER
WEBP XIM GTK3 ZLIB

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

Major mode: Org-Agenda Day Ddl Grid

Minor modes in effect:
  global-company-mode: t
  company-mode: t
  mu4e-column-faces-mode: t
  hl-line-mode: t
  pixel-scroll-precision-mode: t
  yas-global-mode: t
  yas-minor-mode: t
  global-tree-sitter-mode: t
  global-git-commit-mode: t
  magit-auto-revert-mode: t
  global-prettier-mode: t
  shell-dirtrack-mode: t
  apheleia-global-mode: t
  apheleia-mode: t
  counsel-projectile-mode: t
  projectile-mode: t
  counsel-mode: t
  ivy-mode: t
  global-undo-tree-mode: t
  which-key-mode: t
  delete-selection-mode: t
  straight-use-package-mode: t
  straight-package-neutering-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
/home/kuba/.emacs.d/straight/build/jsonrpc/jsonrpc hides /usr/share/emacs/29.0.60/lisp/jsonrpc
/home/kuba/.emacs.d/straight/build/external-completion/external-completion hides /usr/share/emacs/29.0.60/lisp/external-completion
/home/kuba/.emacs.d/straight/build/transient/transient hides /usr/share/emacs/29.0.60/lisp/transient
/home/kuba/.emacs.d/straight/build/eglot/eglot hides /usr/share/emacs/29.0.60/lisp/progmodes/eglot
/home/kuba/.emacs.d/straight/build/project/project hides /usr/share/emacs/29.0.60/lisp/progmodes/project
/home/kuba/.emacs.d/straight/build/xref/xref hides /usr/share/emacs/29.0.60/lisp/progmodes/xref
/home/kuba/.emacs.d/straight/build/flymake/flymake hides /usr/share/emacs/29.0.60/lisp/progmodes/flymake
/home/kuba/.emacs.d/straight/build/eldoc/eldoc hides /usr/share/emacs/29.0.60/lisp/emacs-lisp/eldoc

Features:
(shadow sort mail-extr emacsbug diary-lib diary-loaddefs org-duration
cal-iso vc-git vc-dispatcher oc-basic ol-eww eww url-queue mm-url
ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view
jka-compr image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi
org-link-doi face-remap org-agenda org-element org-persist org-id
avl-tree org-refile company-oddmuse company-keywords company-etags etags
fileloop company-gtags company-dabbrev-code company-dabbrev
company-files company-clang company-capf company-cmake company-semantic
company-template company-bbdb company mu4e-column-faces inline memoize
memoize-autoloads mu4e mu4e-org mu4e-main mu4e-view gnus-art mm-uu
mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo
gnus-start gnus-dbus dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo
gnus-spec gnus-int gnus-range gnus-win gnus nnheader range wid-edit
mu4e-headers mu4e-compose mu4e-draft mu4e-actions smtpmail mu4e-search
mu4e-lists mu4e-bookmarks mu4e-mark mu4e-message shr pixel-fill kinsoku
url-file svg xml dom flow-fill mule-util hl-line mu4e-contacts
mu4e-update mu4e-folders mu4e-server mu4e-context mu4e-vars mu4e-helpers
mu4e-config magit-bookmark bookmark ido mu4e-column-faces-autoloads
solarized-selenized-light-theme solarized-palettes solarized
solarized-faces pixel-scroll cua-base cus-load multiple-cursors
mc-separate-operations rectangular-region-mode mc-mark-pop mc-edit-lines
mc-hide-unmatched-lines-mode mc-mark-more mc-cycle-cursors
multiple-cursors-core advice rect multiple-cursors-autoloads
qml-mode-autoloads ob-shell ob-js ob-python python treesit org ob
ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint
org-pcomplete org-list org-footnote org-faces org-entities noutline
outline ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold
org-fold-core org-keys oc org-loaddefs find-func cal-menu calendar
cal-loaddefs org-version org-compat org-macs yasnippet
yasnippet-autoloads company-autoloads eglot-autoloads
external-completion-autoloads flymake-autoloads project-autoloads
xref-autoloads eldoc-autoloads jsonrpc-autoloads json-mode-autoloads
json-snatcher-autoloads go-mode-autoloads yaml-mode-autoloads
markdown-mode-autoloads typescript-mode-autoloads
flymake-eslint-autoloads dockerfile-mode-autoloads web-mode-autoloads
tree-sitter-langs tree-sitter-langs-build tar-mode arc-mode archive-mode
pp tree-sitter-hl tree-sitter tree-sitter-load tree-sitter-cli tsc
tsc-dyn tsc-dyn-get dired-aux tsc-obsolete tree-sitter-langs-autoloads
tree-sitter-autoloads tsc-autoloads magit-submodule magit-blame
magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch
magit-clone magit-remote magit-commit magit-sequence magit-notes
magit-worktree magit-tag magit-merge magit-branch magit-reset
magit-files magit-refs magit-status magit magit-repos magit-apply
magit-wip magit-log which-func imenu magit-diff smerge-mode diff-mode
git-commit log-edit message sendmail yank-media puny rfc822 mml mml-sec
epa derived epg rfc6068 epg-config gnus-util mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log
magit-core magit-autorevert autorevert filenotify magit-margin
magit-transient magit-process with-editor server magit-mode transient
edmacro kmacro magit-git magit-base magit-section crm compat
magit-autoloads magit-section-autoloads git-commit-autoloads
with-editor-autoloads transient-autoloads compat-autoloads prettier
editorconfig editorconfig-core editorconfig-core-handle
editorconfig-fnmatch pcase package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse url-vars tramp
tramp-loaddefs trampver tramp-integration files-x tramp-compat shell
pcomplete parse-time iso8601 time-date ls-lisp format-spec auth-source
eieio eieio-core password-cache nvm f f-shortdoc dash s json iter2
generator prettier-autoloads editorconfig-autoloads nvm-autoloads
f-autoloads s-autoloads iter2-autoloads apheleia-autoloads easy-mmode
counsel-projectile comp comp-cstr warnings icons rx ivy-prescient
prescient char-fold map projectile lisp-mnt grep ibuf-ext ibuffer
ibuffer-loaddefs thingatpt counsel xdg xref project byte-opt dired
dired-loaddefs compile text-property-search comint ansi-osc ansi-color
swiper ivy ring ivy-faces ivy-overlay colir color
ivy-prescient-autoloads prescient-autoloads counsel-projectile-autoloads
counsel-autoloads swiper-autoloads ivy-autoloads projectile-autoloads
undo-tree diff queue undo-tree-autoloads queue-autoloads
undo-fu-autoloads which-key which-key-autoloads delsel
sudo-edit-autoloads finder-inf solarized-theme-autoloads dash-autoloads
info straight-autoloads cl-seq cl-extra help-mode straight subr-x
cl-macs gv cl-loaddefs cl-lib bytecomp byte-compile rmc iso-transl
tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win
pgtk-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
nadvice seq simple cl-generic indonesian philippine 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 abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads dbusbind inotify dynamic-setting system-font-setting
font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 706312 43895)
 (symbols 48 41926 18)
 (strings 32 155687 9822)
 (string-bytes 1 5199220)
 (vectors 16 86776)
 (vector-slots 8 2257077 82655)
 (floats 8 720 599)
 (intervals 56 2439 400)
 (buffers 984 16))




Acknowledgement sent to Kuba Orlik <kontakt@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#62648; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 3 Apr 2023 19:15:01 UTC

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