Warning: session_start(): open(/tmp/sess_31onvi5po6g1ng3qqmjvb5jbn7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
ktexteditor - emacsextensions openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

ktexteditor - emacsextensions

   0.1.7  

KDE Text Editor

Score 71%
ktexteditor - emacsextensions
zoom


Link:  http://
Downloads:  2888
Submitted:  Mar 11 2005
Updated:  Jan 6 2006

Description:

A KTextEditor plugin that provides Emacs compatible features such as:

* kill-ring (yank (Ctrl-Y), yank-pop (Alt-Y), kill-ring-save (Alt-W), kill-region (Ctrl-W)
* mark-ring (Ctrl-Space, Ctrl-X,X, Ctrl-U,Space)
* kill-line (Ctrl-K)
* next-line (Ctrl-N), previous-line (Ctrl-P)
* forward-char (Ctrl-F), backward-char (Ctrl-B) for Kate pre 3.4.

Some of these actions are only activated in older KTextEditor versions that don't support them by themselves yet.

Since it is a pure KTextEditor plugin, it is available for a all KDE applications that use the libkatepart for editing, among these are KDevelop, Kile, Kate, Quanta Plus and many more.

It's a great plugin to enhance your KDE texteditors as long as there is no Kemacs.

Comments and suggestions for more features are welcome.

Felix Berger




Changelog:

0.1.7-3

* Uploaded a new Debian package to reflect the library renaming for the KDE 3.4.3 packages.

0.1.7-2

* Uploaded a new Debian package to reflect the ABI transition of the KDE 3.4 packages.

0.1.7

* Added delete-next-char action.

0.1.6

* Debianized package.
* No code changes.

0.1.5

* yank-pop appears as an atomic command in the undo history.
* Remove the following line-break character when kill-line is called at the end of the line.
* Don't use removeLine() in implementation of kill-line for empty lines.

0.1.4

* Use hardcoded Emacs default max-sizes for mark- and kill-ring.
* Implemented correct kill-ring position after last yank-pop.
* Added sub menu in the KTextEditor's popup context menu.




LicenseGPL
(Source Package)
(Debian Package)
(Debian Package, new ABI)
(Debian Package for KDE 3.4.3)
Send to a friend
Subscribe
Other  Content  from bflat1
Report inappropriate content



goto page:  1  2 

-

 Thanks!

 
 by awinterz on: Mar 12 2005
 
Score 50%

I've been looking for something to make kate more emacs-like. Thank You.

To make Ctrl-K kill from the point to the end of the line I needed to change the default Delete Line shortcut which is also Ctrl-K. Was that the correct solution?


Reply to this

-
.

 Re: Thanks!

 
 by bflat1 on: Mar 12 2005
 
Score 50%

Thanks for the feedback!

Yes, that was the correct solution. I was going to write some documentation about that, but haven't come around to doing it yet.

The Emacs kill-line deletes from the current point to the end of the line and also puts the deleted content into the clipboard and kill-ring as opposed to Kate's implementation.

I haven't used the plugin in long editing sessions yet, so more subtle discrepancies from Emacs' implementation might have gone unnoticed. If you notice minor annoyances like the the wrong text being yanked, or yank-popped, let me know.

Regards,
Felix


Reply to this

-

 Re: Re: Thanks!

 
 by alanezust on: Mar 15 2005
 
Score 50%

Those extra shortcuts are great, thanks for doing this!

I was wondering though - the ctrl-Y should yank whatever was cut with ctrl-k, but it appears to be an alias for ctrl-V (paste) and pastes whatever was in the cut buffer.

Which would be fine if ctrl-K put its "cut content" into the paste buffer.


Reply to this

-

 Re: Re: Re: Thanks!

 
 by alanezust on: Mar 15 2005
 
Score 50%

whoops!

Turns out my ctrl-k was simultaneously bound to "delete line" in the other shortcut menu, which I didn't notice. I removed that binding and now your cut works great.


Reply to this

-
.

 Re: Re: Re: Re: Thanks!

 
 by bflat1 on: Mar 15 2005
 
Score 50%

I'm glad you worked it out.

Ctrl-K is not fully compatible to Emacs's kill-line yet when you call it at the end of a line. The new line character should be removed then. This will be fixed in the next release.

Regards,
Felix


Reply to this

-

 menu

 
 by awinterz on: Mar 12 2005
 
Score 50%

hmm... do you think it would be possible
to put an emacs-editor submenu on the right-mouse-button?

this might be useful so you don't have to go all the way up to the menu bar Edit.

of course I have the key shortcuts memorized so it doesn't really matter much to me.


Reply to this

-

 Re: menu

 
 by bflat1 on: Mar 13 2005
 
Score 50%

Done.

I don't use it myself, but if it advertises the actions and their shortcuts better, it won't harm.

Felix


Reply to this

-

 NEdit

 
 by lucher on: Mar 30 2005
 
Score 50%

Maybe you can even add some NEdit niceties like 'strip wite space' or 'interprete selected text as file name and open' or wyswyg moving of a text selection?


Reply to this

-

 Re: NEdit

 
 by bflat1 on: Apr 1 2005
 
Score 50%

> Maybe you can even add some NEdit
> niceties like 'strip wite space' or
> 'interprete selected text as file
> name and open' or wyswyg moving of a
> text selection?

Thanks for interest.

If you could point me to some exact specification of these features and I find them useful I might add them.

Please keep in mind, that the plugin should only depend on the KTextEditor::... interfaces documented at:

http://developer.kde.org/documentation/library/cvs-api/interfaces/html/namespaceKTextEditor.html

This confines most features to non-GUI functionality.


Reply to this

-

 delete next character

 
 by alanezust on: Apr 5 2005
 
Score 50%

Could you add a "delete next character" shortcut to the list of shortcuts? I miss that one...


Reply to this

-

 Re: delete next character

 
 by bflat1 on: Apr 5 2005
 
Score 50%

Done :-)

The action will only be available in libkatepart versions < 3.4 since the katepart supports it in 3.4 itself.


Reply to this

-

 emacs kill-line

 
 by alanezust on: Apr 12 2005
 
Score 50%

thanks for adding deleting-next-char!

repeated calls to emacs kill-line seem to clear the cut buffer, rather than append to it, so that a paste will only paste the last cut line. This is very different from emacs' behavior - does that happen on your end too?


Reply to this

-

 Re: emacs kill-line

 
 by bflat1 on: Apr 12 2005
 
Score 50%

Yes, it does. As of now I just ignored concatenating coalescent kill-regions in the kill-buffer.

But now that someone caught me ;-), I'll have a look how difficult it would be to mimic Emacs' behavior with respect to this.


Reply to this

-

 Re: emacs kill-line

 
 by bflat1 on: Aug 5 2005
 
Score 50%

For this to work I would have to find out what the last executed command was.

Unfortunately I couldn't find a way to do it. I tried using the undo count, but this is too fine grained and seems to also change when you move the cursor between two kill-region commands.

:-(


Reply to this

-

 kscope?

 
 by ezust on: Aug 24 2006
 
Score 50%

kscope is supposed to be a ktexteditor-based app but I am unable to see any of the emacs extensions from inside kscope. Anyone else have the two programs working nicely together?


Reply to this

-

 Re: kscope?

 
 by elahav on: Oct 17 2006
 
Score 50%

It works for me.
I installed the emacsextensions plugin, selected it under "Configure Editor"->"Plugins", and got all the entries in KScope's "Edit" menu.


Elad
Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team