Group: gnu.emacs.help · Group Profile · Search for Ounter in gnu.emacs.help
Author: David
Date: Jun 27, 2008 01:47
...keyboard macros instead of fixed functions to tackle them. For the above example, I'd do: C-x C-k C-f %%x RET (set macro counter *f*ormat to hex) C-x C-k C-c #xb454 RET (set initial macro *c*ounter value) now go to the line [0x15] and set the cursor on the zero. Then C-x ( DEL DEL DEL DEL (delete existing number) 8 7 3 5 C-x C-k C-i (*i*nsert macro counter, incrementing it by 1...
|