bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20467: 25.0.50; eieio-custom.el


From: Pierre Lorenzon
Subject: bug#20467: 25.0.50; eieio-custom.el
Date: Wed, 06 May 2015 08:48:49 +0200 (CEST)

Hi Stefan,

In fact I think that eieio object customization is now
debugged. This is all the code contained in the eieio-custom.el
file.


From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: bug#20467: 25.0.50; eieio-custom.el
Date: Wed, 06 May 2015 00:32:15 -0400

>>   this code is triggered when customizing an eieio object and
> 
> I don't know what "customizing an eieio object" looks like.

  A buffer containing a button clik interface that allow you to
  assign values to certain slot of an object. In fact slots
  that are customizable i.e. the ones that have a :custom tag
  in their declaration. There's a method called
  `eieio-customize-object' that is available for any object but
  that can be reimplemented for subclasses. If obj is an object
  obtained by instantiating a class one may call :
  (eieio-customize-object obj).




> 
>>   then when trying to recover object from the widget used to
>>   customize it.
> 
> That similarly describes actions with which I'm not familiar.

  OK : once you got the customizing buffer for any object
  there's a button [Accept] that you can clik to record the
  changes you made.




> 
>>   Typically when doing `ede-customize-project'
>>   from a file controlled by ede
> 
> I never used EDE and have no idea how to recognize a "file controlled by ede".

  You might have a look at the ede documentation to understand
  how a project can be controlled by ede. But anyway if you do
  not have time/motivation to do that don't worry. I am very
  familiar with that whole stuff and can check if it works or
  not.

  In particular section 3 (quicj start) of ede manual should
  work. It is described step by step how to initiate a project
  controlled by ede. This should at least work. But I'll test
  that and telle you if I encounter bugs and provide patches if
  possible.



> But if you tell me how to get to such a thing, I think I should be able
> to then go on and figure out the ede-customize-project part.
> 
> 
>         Stefan


          Pierre 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]