>>>>> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:

Michael> Lars Gullik Bjønnes schrieb:
>> Andre Poenitz <[EMAIL PROTECTED]> writes:
>> 
>> | I've never used it in LyX, but I do use 'xp' from time to time in
>> vi. | I know a similar function exists in emacs so I suppose there
>> are people | that 'need' it.
>> 
>> No. It cannot go. Basic editing function.
>> 
>> 
Michael> OK. How about the other LFUNs? Anything that can bite the
Michael> dust?

Michael> ? caption-insert - no effect ? 

This is related to the inactive caption inset. Keep it unless this
code is removed.

Michael> drop-layouts-choice - unused in the code 

Used in bindings.

Michael> ? environment-insert - LyX crashes 

The environment inset is currently not used but it may be in the
future. Keep it.

Michael> ? file-new - replaced by buffer-new? 

Allows to create a file be scripting "file-new foo.lyx"

Michael> ? html-insert - replaced by url-insert? 

No, both coexist. The real problem is that our url inset is a mess,
but removing one lfun does not help.

Michael> ? menu-open - unused in the code 

Used in bindings.

Michael> ? inset-scroll - not implemented at all 

It could probably be removed: I am not sure we need it even if inset
scrolling is reimplmented for math insets (which would be great).

Michael> ? message - no apparent effect 

Displays a message in minibuffer. Intended for scripting.

Michael> ? dialog-show-next-inset - not implemented

Should be removed.

JMarc

Reply via email to