From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 14:19:40 2022 Received: (at submit) by debbugs.gnu.org; 4 Aug 2022 18:19:40 +0000 Received: from localhost ([127.0.0.1]:54858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfRc-0006DJ-3L for submit@debbugs.gnu.org; Thu, 04 Aug 2022 14:19:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:39236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfRZ-0006D7-0D for submit@debbugs.gnu.org; Thu, 04 Aug 2022 14:19:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJfRX-0006Uc-Pu for bug-gnu-emacs@gnu.org; Thu, 04 Aug 2022 14:19:36 -0400 Received: from s17612523434.blix.com ([176.125.234.34]:47260 helo=castor.klingenberg.no) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJfRT-0001NY-8z for bug-gnu-emacs@gnu.org; Thu, 04 Aug 2022 14:19:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klingenberg.no; s=20200407; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=WOtxVcDfXfr5BsdI1NFX9vRKQwTVG5L4/V9JiY8P4fU=; b=SJEeF7Rw/E18PxYRRD/7sYUF+l O2P4xwTlAlr3ZRMKQcxAQpW0lOU6ByoijxVryO4mNi8KiKGRrfDd8QsBwrl9jMAOFwmPp1ICqsl+l nonQf+4wiysuF0fsvZj7rrdPnuY7qgOszzgxZ6US9vF8E3pVSVAR8KWWYR7wLRRgP4OwBVgarppYm JBWp/iu5/K4z4C81M3kkP/n4tl4OQpXCEZ6OOQfu+PTvmOD49uVNDN1Zced/O3tKuHYN9Dv3xk0ZX RVdHawoNeCrhFh3iDfNhiaaVaIUl48LdgEi4nAIgdmN3/5MYcfiQz5mPIggqmJbZ7y+01HPIjuWwK mcTzjg/A==; Received: from 77.16.211.126.tmi.telenormobil.no ([77.16.211.126] helo=PedersHP) by castor.klingenberg.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJerM-0001Ha-2y for bug-gnu-emacs@gnu.org; Thu, 04 Aug 2022 19:42:12 +0200 From: "Peder O. Klingenberg" To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Loading org.el fails to load org-loaddefs from installed location Date: Thu, 04 Aug 2022 19:42:08 +0200 Message-ID: <87iln79a8f.fsf@klingenberg.no> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=176.125.234.34; envelope-from=peder@klingenberg.no; helo=castor.klingenberg.no 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain I routinely end my emacs builds with "make install". After doing the same thing this time, after startup. *Messages* contained WARNING: No org-loaddefs.el file could be found from where org.el is loaded. You need to run "make" or "make autoloads" from Org lisp directory These messages come from org.el, which I load very early in my init. The rest of my startup ran as usual, but org-mode was mostly dysfunctional. The problem is that org.el expects the exact filename of org-loaddefs.el, but after make install I'm left with only org-loaddefs.el.gz and org-loaddefs.elc in the install dir. The fix seemed simple, just allow the normal machinery to load the elc or el.gz if necessary. Patch attached. I have not examined whether there are reasons to prefer exactly the .el version, but loading the elc works fine for me so far. In GNU Emacs 29.0.50 (build 7, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw3d scroll bars) of 2022-08-04 built on PedersHP Windowing system distributor 'HC-Consult', version 11.0.12009000 System Description: Ubuntu 20.04.4 LTS Configured using: 'configure --with-x-toolkit=lucid --with-native-compilation=true --prefix=/usr/local/emacs-git CC=gcc-10' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $LANG: C.UTF-8 locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t cursor-sensor-mode: t which-key-mode: t marginalia-mode: t csv-field-index-mode: t sly-symbol-completion-mode: t pyvenv-mode: t beacon-mode: t global-git-gutter-mode: t global-git-commit-mode: t magit-auto-revert-mode: t shell-dirtrack-mode: t global-corfu-mode: t corfu-mode: t override-global-mode: t vertico-mode: t savehist-mode: t gnus-undo-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/pok/.emacs.d/elpa/transient-20220803.1000/transient hides /usr/local/emacs-git/share/emacs/29.0.50/lisp/transient Features: (shr-color gnus-cite mm-archive textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-bcklg qp gnus-async gnus-ml gnus-topic cursor-sensor utf-7 nndraft nnmh bbdb-gnus epa-file network-stream gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache eudc-capf eudc cus-start eudc-vars shadow bbdb-message footnote ecomplete mail-extr emacsbug whitespace dired-aux magit-extras magit-patch mule-util vc-hg vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view consult-yasnippet consult-vertico consult compat-28 recentf tree-widget display-line-numbers smartparens-config smartparens-org smartparens-python smartparens-markdown smartparens-text smartparens-c smartparens wheatgrass-theme which-key marginalia php-mode mode-local speedbar ezimage dframe cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs php-face php php-project projectile lisp-mnt csv-mode sort multi-vterm vterm magit-bookmark bookmark tramp tramp-loaddefs trampver tramp-integration tramp-compat ls-lisp face-remap term disp-table ehelp vterm-module term/xterm xterm restclient sly sly-completion sly-buttons sly-messages sly-common apropos arc-mode archive-mode hyperspec gradle-mode groovy-mode debbugs soap-client rng-xsd rng-dt rng-util xsd-regexp bbdb-vcard bbdb-vcard-vcard21 bbdb-mua bbdb-com bbdb bbdb-site timezone virtualenvwrapper gud highlight-indentation flymake-proc flymake company-capf company-jedi jedi-core python-environment epc ctable concurrent deferred company help-fns radix-tree elpy elpy-rpc pyvenv eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util elpy-shell elpy-profile elpy-django s elpy-refactor ido hideshow etags fileloop xref project pcase markdown-preview-eww yasnippet easy-kill ace-window avy beacon git-timemachine git-gutter forge-list forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github ghub-graphql treepy gsexp ghub let-alist forge-notify forge-revnote forge-pullreq forge-issue forge-topic yaml bug-reference forge-post markdown-mode color forge-repo forge forge-core forge-db closql emacsql-sqlite emacsql emacsql-compiler url-http url-auth url-gw nsm magit-submodule magit-obsolete 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 git-commit log-edit pcvs-util add-log magit-core magit-autorevert autorevert magit-margin magit-transient magit-process with-editor server magit-mode magit-git magit-base magit-section crm dash compat-27 compat-26 exec-path-from-shell try xterm-color ob-python python ob-lisp ob-perl ob-shell shell org-tempo tempo gnus-icalendar org-capture org-refile icalendar diary-lib diary-loaddefs rg files-x vc rg-info-hack rg-menu transient compat rg-ibuffer rg-result wgrep-rg wgrep rg-history rg-header ibuf-ext ibuffer ibuffer-loaddefs grep compile cus-edit pp cus-load orderless corfu edmacro kmacro use-package-bind-key bind-key vertico savehist comp comp-cstr warnings vc-git diff-mode vc-dispatcher cl-extra help-mode org-element avl-tree generator ol-eww eww xdg url-queue thingatpt mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util text-property-search mail-utils range mm-util mail-prsvr wid-edit ol-docview doc-view filenotify jka-compr image-mode exif dired dired-loaddefs ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete pcomplete comint ansi-color ring org-list org-faces org-entities noutline outline easy-mmode icons org-version ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex iso8601 time-date ol rx org-keys oc org-compat advice org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs use-package-ensure use-package-core finder-inf bbdb-autoloads beacon-autoloads consult-yasnippet-autoloads corfu-autoloads csv-mode-autoloads easy-kill-autoloads eglot-autoloads elpy-autoloads company-autoloads embark-consult-autoloads consult-autoloads embark-autoloads forge-autoloads closql-autoloads ghub-autoloads git-gutter-autoloads marginalia-autoloads markdown-mode-autoloads f-autoloads csharp-mode-autoloads flycheck-autoloads orderless-autoloads ox-hugo-autoloads php-mode-autoloads rg-autoloads sly-autoloads smartparens-autoloads tomelr-autoloads treemacs-icons-dired-autoloads treemacs-magit-autoloads magit-autoloads magit-section-autoloads git-commit-autoloads transient-autoloads treemacs-autoloads posframe-autoloads pfuture-autoloads projectile-autoloads vertico-autoloads dash-autoloads vterm-autoloads which-key-autoloads with-editor-autoloads info compat-autoloads yaml-autoloads 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 auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile cconv url-vars cl-loaddefs cl-lib rmc 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 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 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 lcms2 dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 990744 25485) (symbols 48 58505 21) (strings 32 261023 8584) (string-bytes 1 8294668) (vectors 16 141406) (vector-slots 8 3121250 96479) (floats 8 760 663) (intervals 56 1265 273) (buffers 992 30)) --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-lisp-org-org.el-Fix-load-of-compiled-or-compressed-o.patch >From 56eda8882eb3d1ece4a0a8805ac6648236fb3b40 Mon Sep 17 00:00:00 2001 From: "Peder O. Klingenberg" Date: Thu, 4 Aug 2022 18:04:48 +0200 Subject: [PATCH] * lisp/org/org.el: Fix load of compiled or compressed org-loaddefs. --- lisp/org/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org/org.el b/lisp/org/org.el index e62ee3203b..8bb69e98ce 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -82,8 +82,8 @@ org-inlinetask-min-level (or (eq this-command 'eval-buffer) (condition-case nil (load (concat (file-name-directory load-file-name) - "org-loaddefs.el") - nil t t t) + "org-loaddefs") + nil t nil t) (error (message "WARNING: No org-loaddefs.el file could be found from where org.el is loaded.") (sit-for 3) -- 2.25.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 14:28:29 2022 Received: (at 56982) by debbugs.gnu.org; 4 Aug 2022 18:28:29 +0000 Received: from localhost ([127.0.0.1]:54889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfa9-0006Sh-B6 for submit@debbugs.gnu.org; Thu, 04 Aug 2022 14:28:29 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfa7-0006SP-Bq for 56982@debbugs.gnu.org; Thu, 04 Aug 2022 14:28:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=hSjdZMYmCMtQM+WAp95rVtK+pgoL6Znnbcvw1x6siU4=; b=WlQ5cavAb7nWkiD8l/BcMjKK5l 4SF1E1fHR4k6qzOkCRAQyXh/RgPKg3x/qqoTcGdbR3oL6PGEt+6bcJtRY89USkfhXjo8w5lS2tP4y 0luglk6ILZoSstV4z1jfoQ08ZGkXuFgWLcpjQzil2Rd8EhZDcXC7GiBU+LfC1jV/s8/g=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJfZy-00014g-S0; Thu, 04 Aug 2022 20:28:20 +0200 From: Lars Ingebrigtsen To: "Peder O. Klingenberg" Subject: Re: bug#56982: 29.0.50; Loading org.el fails to load org-loaddefs from installed location In-Reply-To: <87iln79a8f.fsf@klingenberg.no> (Peder O. Klingenberg's message of "Thu, 04 Aug 2022 19:42:08 +0200") References: <87iln79a8f.fsf@klingenberg.no> X-Now-Playing: Richard and Linda Thompson's _I Want To See The Bright Lights Tonight_: "The End Of The Rainbow" Date: Thu, 04 Aug 2022 20:28:16 +0200 Message-ID: <875yj7eudb.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Peder O. Klingenberg" writes: > The fix seemed simple, just allow the normal machinery to load the elc > or el.gz if necessary. Patch attached. I have not examined whether > there are reasons to prefer exactly the .el version, but [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56982 Cc: 56982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) "Peder O. Klingenberg" writes: > The fix seemed simple, just allow the normal machinery to load the elc > or el.gz if necessary. Patch attached. I have not examined whether > there are reasons to prefer exactly the .el version, but loading the elc > works fine for me so far. Makes sense to me; pushed to Emacs 29. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 14:28:35 2022 Received: (at control) by debbugs.gnu.org; 4 Aug 2022 18:28:35 +0000 Received: from localhost ([127.0.0.1]:54892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfaE-0006Sz-Jw for submit@debbugs.gnu.org; Thu, 04 Aug 2022 14:28:34 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfaC-0006SZ-Gw for control@debbugs.gnu.org; Thu, 04 Aug 2022 14:28:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HhNm99pCsnHmn2O2tdQQxoMuMffgj/JyGavgnOoadgk=; b=g0gTJEWG5/LUmd88SsHSukC97Y SwOWXTFA1ZlbuzQoECiko7J2HDDYkTFzWEJl9L+5IUadH4UnEWcOZRpD+uorKkasX98UgSK/IPMvA Ath+zpvnf8PZutPOp4iwA5mw3zEuBoYVtJg8ibpTgaq6rngfM0eMV3+4EDkPdVFenvKk=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJfa4-00014o-Jg for control@debbugs.gnu.org; Thu, 04 Aug 2022 20:28:26 +0200 Date: Thu, 04 Aug 2022 20:28:24 +0200 Message-Id: <874jyreud3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56982 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56982 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56982 29.1 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 14:30:04 2022 Received: (at control) by debbugs.gnu.org; 4 Aug 2022 18:30:05 +0000 Received: from localhost ([127.0.0.1]:54904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfbg-0006bU-GZ for submit@debbugs.gnu.org; Thu, 04 Aug 2022 14:30:04 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJfbe-0006Vj-Cm for control@debbugs.gnu.org; Thu, 04 Aug 2022 14:30:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=AvhQUMuesMQCEUaGsrxEMZbwzO1cpn92cvreNTF+uBk=; b=e/4rEOh7QvGeheoE0iVEJixyfz 7aWRhFyv6303MWZwXTNqVKK2jhK1+Q57nhl4gNlGAQ6istioF4ku7IB7n/dAvM0ASkNh6muZOiKrF nOjV72yowdrwSvJRP16QJxGvTtWUjikfUKJnXAHVNMDqHxMU7AfVCz3eaWL+1iBeeVt8=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJfbW-00015Y-OC for control@debbugs.gnu.org; Thu, 04 Aug 2022 20:29:56 +0200 Date: Thu, 04 Aug 2022 20:29:54 +0200 Message-Id: <8735ebeual.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56981 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: forcemerge 56981 56982 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 56981 56982 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 05 08:10:34 2022 Received: (at 56982) by debbugs.gnu.org; 5 Aug 2022 12:10:35 +0000 Received: from localhost ([127.0.0.1]:56499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJw9y-0005qM-Ij for submit@debbugs.gnu.org; Fri, 05 Aug 2022 08:10:34 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJw9w-0005q2-7m; Fri, 05 Aug 2022 08:10:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=m30ZAndP3LPlpOfNQu9ll5XCnT9jJ/5t2RcHWt2GeQ0=; b=obtABNADz2y1rAYf3m599qyVcH kQT6zRN43G6q6GhdhW+gKPp/j5zlj9qKNaFlAXNN0GACbPIQDN7kribbFtAbmpuh6lCTr3UIJKRQx brsZyjGHkH8NCErKqRlH6StDRFTkY/c5EKHbySmj2njLgCiFZnGWsr9VVv56AiBs4psA=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJw9o-00018o-AQ; Fri, 05 Aug 2022 14:10:26 +0200 From: Lars Ingebrigtsen To: Pankaj Jangid Subject: Re: bug#56982: 29.0.50; Loading org.el fails to load org-loaddefs from installed location In-Reply-To: <87k07n19lj.fsf@codeisgreat.org> (Pankaj Jangid's message of "Fri, 05 Aug 2022 12:05:20 +0530") References: <3839aac3-dee8-9ded-0183-399b1d29e3b5@inventati.org> <87mtcjkezp.fsf@codeisgreat.org> <87y1w3ddt2.fsf@gnus.org> <87k07n19lj.fsf@codeisgreat.org> X-Now-Playing: Keith Jarrett's _The =?utf-8?Q?K=C3=B6ln?= Concert_: "Part I" Date: Fri, 05 Aug 2022 14:10:23 +0200 Message-ID: <87fsiaao28.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Pankaj Jangid writes: > Yup. The warning is gone. Thanks a lot. OK; closing this bug report, then. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56982 Cc: 56981@debbugs.gnu.org, 56982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pankaj Jangid writes: > Yup. The warning is gone. Thanks a lot. OK; closing this bug report, then. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 05 08:10:38 2022 Received: (at control) by debbugs.gnu.org; 5 Aug 2022 12:10:38 +0000 Received: from localhost ([127.0.0.1]:56502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJwA1-0005qh-V9 for submit@debbugs.gnu.org; Fri, 05 Aug 2022 08:10:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJwA0-0005q8-H5 for control@debbugs.gnu.org; Fri, 05 Aug 2022 08:10:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HhNm99pCsnHmn2O2tdQQxoMuMffgj/JyGavgnOoadgk=; b=I5wf7dyE9jSWXtnJ30vRhvrKqK pG3b0JhqDJTSngpRFltq5oyCoMtDYzRmW2nAapr3oUTS9yrz08tpyfDQmkSWIji0UTJ1vog21jglv e2Mlm7gITAyckDEMtg29NBwVrcvYkgEyHwVQoUxIpmSeO7bXGkxpPyBf9YnMNOPcNvlY=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJw9t-00018v-07 for control@debbugs.gnu.org; Fri, 05 Aug 2022 14:10:31 +0200 Date: Fri, 05 Aug 2022 14:10:28 +0200 Message-Id: <87edxuao23.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56982 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56982 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56982 29.1 quit From unknown Sun Jun 22 11:45:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 03 Sep 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator