unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14028: 24.3; After customize-project inference rules, and restart, ede-object becomes nil
@ 2013-03-21  3:19 Cedric Porter
  2020-12-06 18:58 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Cedric Porter @ 2013-03-21  3:19 UTC (permalink / raw)
  To: 14028

[-- Attachment #1: Type: text/plain, Size: 3451 bytes --]

--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)

[-- Attachment #2: Type: text/html, Size: 4842 bytes --]

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

* bug#14028: 24.3; After customize-project inference rules, and restart, ede-object becomes nil
  2013-03-21  3:19 bug#14028: 24.3; After customize-project inference rules, and restart, ede-object becomes nil Cedric Porter
@ 2020-12-06 18:58 ` Lars Ingebrigtsen
  2021-01-20  4:32   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-06 18:58 UTC (permalink / raw)
  To: Cedric Porter; +Cc: 14028

Cedric Porter <cedricporter@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





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

* bug#14028: 24.3; After customize-project inference rules, and restart, ede-object becomes nil
  2020-12-06 18:58 ` Lars Ingebrigtsen
@ 2021-01-20  4:32   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-20  4:32 UTC (permalink / raw)
  To: Cedric Porter; +Cc: 14028

Lars Ingebrigtsen <larsi@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





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

end of thread, other threads:[~2021-01-20  4:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21  3:19 bug#14028: 24.3; After customize-project inference rules, and restart, ede-object becomes nil Cedric Porter
2020-12-06 18:58 ` Lars Ingebrigtsen
2021-01-20  4:32   ` 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).