GNU bug report logs - #14028
24.3; After customize-project inference rules, and restart, ede-object becomes nil

Previous Next

Package: emacs;

Reported by: Cedric Porter <cedricporter <at> gmail.com>

Date: Fri, 22 Mar 2013 00:44:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3

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 14028 in the body.
You can then email your comments to 14028 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#14028; Package emacs. (Fri, 22 Mar 2013 00:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cedric Porter <cedricporter <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 22 Mar 2013 00:44:02 GMT) Full text and rfc822 format available.

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

From: Cedric Porter <cedricporter <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3; After customize-project inference rules, and restart,
	ede-object becomes nil
Date: Thu, 21 Mar 2013 11:19:17 +0800
[Message part 1 (text/plain, inline)]
--text follows this line--

I add a very simple inference rules in "Default" tab under
(customize-project).

```
Target: test
rules: echo test
```

And after I restart emacs, and under main.c of ede project, I got
"ede-invoke-method: Cannot invoke project-compile-target for main.c"
when I press `C-c . c`.

I found that ede-object is nil.


In GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13)
 of 2013-03-20 on Y550
Windowing system distributor `The X.Org Foundation', version 11.0.11300000
System Description: Ubuntu 12.10

Configured using:
 `configure '--prefix=/home/cedricporter/my''

Important settings:
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=fcitx
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: C/l

Minor modes in effect:
  global-ede-mode: t
  ede-minor-mode: t
  tooltip-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
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
C-x C-f p o r <backspace> <backspace> r <tab> o <backspace>
<tab> j <tab> e h <backspace> t <tab> h <tab> / <tab>
m <backspace> s r <tab> m a n <tab> <backspace> <tab>
<return> C-c . C-g C-g M-x g o l b <backspace> <backspace>
<backspace> l o b a l - e d <tab> <return> C-c . C-g
C-g M-x e d e C-g C-g C-x C-v <return> C-c . c M-x
t o g g l e - d e b u <tab> e r <tab> <return> C-c
. c q M-x r e p o r t - b u <tab> <return>

Recent messages:
Making completion list... [2 times]
Loading cc-langs...done
Loading vc-git...done
Quit [2 times]
Global-Ede mode enabled
Quit [4 times]
ede-invoke-method: Cannot invoke project-compile-target for main.c
Debug on Error enabled globally
Entering debugger...
Back to top level.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message cl-macs format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils debug cus-start cus-load ede/proj ede/make
ede/proj-comp ede/autoconf-edit autoconf autoconf-mode ede/cpp-root
ede/emacs ede/speedbar ede/files ede ede/base gv ede/auto ede/source
eieio-base eieio-speedbar speedbar sb-image ezimage dframe eieio-custom
wid-edit eieio byte-opt bytecomp byte-compile cconv cedet vc-git
cc-langs cl cl-lib cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles
cc-align cc-engine cc-vars cc-defs help-mode easymenu time-date tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer loaddefs button faces cus-face macroexp files text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty emacs)
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14028; Package emacs. (Sun, 06 Dec 2020 18:59:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Cedric Porter <cedricporter <at> gmail.com>
Cc: 14028 <at> debbugs.gnu.org
Subject: Re: bug#14028: 24.3; After customize-project inference rules, and
 restart, ede-object becomes nil
Date: Sun, 06 Dec 2020 19:58:12 +0100
Cedric Porter <cedricporter <at> gmail.com> writes:

> I add a very simple inference rules in "Default" tab under
> (customize-project).
>
> ```
> Target: test
> rules: echo test
> ```
>
> And after I restart emacs, and under main.c of ede project, I got
> "ede-invoke-method: Cannot invoke project-compile-target for main.c"
> when I press `C-c . c`.
>
> I found that ede-object is nil.

(This bug report unfortunately got no response at the time.)

Do you have a step by step recipe to reproduce this bug, starting from
"emacs -Q"?

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




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 06 Dec 2020 18:59:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14028; Package emacs. (Wed, 20 Jan 2021 04:33:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Cedric Porter <cedricporter <at> gmail.com>
Cc: 14028 <at> debbugs.gnu.org
Subject: Re: bug#14028: 24.3; After customize-project inference rules, and
 restart, ede-object becomes nil
Date: Wed, 20 Jan 2021 05:32:13 +0100
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Do you have a step by step recipe to reproduce this bug, starting from
> "emacs -Q"?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

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




bug closed, send any further explanations to 14028 <at> debbugs.gnu.org and Cedric Porter <cedricporter <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 20 Jan 2021 04:33:02 GMT) Full text and rfc822 format available.

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

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

Previous Next


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