GeekArticles
Programming
DelphiEmacs command mark the block (Ctrl+Space) does not work
Author: qc.borland.com |
Published: 12th Feb 2008 |
Visited: 58 times |
Add CommentFiled in: DelphiQC#: 5871 Version: 7.0 Status: Open defect, requires resolution Description: The Emacs key mapping has very limited functionality. In some cases it's a very frustrating when even basic commands does not work properly, e.g. mark beginning or end of the reg
Read Article Sponsored Links
Related Articles
• Adrian Holovaty, "EveryBlock: A News Feed for Your Block" O'Reilly Video Building on its influential predecessor chicagocrime.org, EveryBlock takes the local-data mashup to new levels. Founder and hacker Adrian Holovaty talks about the philosophy and technology behind EveryBlock, the untapped potential of address-specific news, open data, and life aft ...
• Toatl free space and largest extents Hi Tom,
I am new to this blog. I have one doubt regarding fragmentation.
select TABLESPACE_NAME,
sum(BYTES),
max(BYTES)
from dba_free_space
group by TABLESPACE_NAME;
If we give this query we will get sum(BYTES)- ...