Widiyana Samudra | 8 May 2013 22:12

Salam Sahajetra

Assalamualaikum Wr.Wb...


Sebelum dan sesudahnya saya ingin memperkenalkan diri saya,nama saya WIDIYANA SAMUDRA berasal dari Indonesia dan bekerja di London (United Kingdom), ingin berkenalan dengan anda di sana.

Saya ingin menawarkan satu peluang bisnis yang begitu bagus,dan  bagi Anda yang berminat dengan bisnis ... Inilah kesempatan Anda,kapan lagi kalau bukan sekarang bukan.???

Produk ini di namakan (MULITE CLEANSER) kegunaannya untuk mencuci barangan yang sangat berharga sekali seperti batu intan permata yg masih mentah.

Dan pada waktu yang sama perusahaan di tempat saya bekerja membutuhkan MULITE CLEANSER dimana mineral tersbut tersedia dari operator yg di Indonesia.

Jadi bagi anda yang berminat dengan bisnis ini, saya ingin Anda menjadi Agent untuk menjual produk tersebut ke pada perusahaan tempat saya bekerja, (Anda membeli produk tersebut dari operator yang di Indonesia terlebih dahulu dengan harga 500USD(Lima Juta Rupiah) per karton dan dijualnya kembali ke pada perusahaan  di tempat saya bekerja dengan harga 1,500USD(Lima belas Juta per karton)

Yang paling penting Niat dan ikhlas untuk mencari rezeki semata-mata karena Allah. Insya Allah, Allah akan membantu kita untuk mencari rezeki yang halal dan berkat,saya ingin Anda buat keputusan yang bijak, Anda bisa merubahnya .. Insya Allah '

Apa bila ada berminat atau ada pertanyaan, silahkan balas email terus ke saya berdasarkan alamat di bawah atau silahkan berikan number supaya bisa di hubungi dan saya akan menerangkannya lebih lanjut di telepon: Insya Allah saya mencoba membantu Anda. Semoga ikatan silaturahmi sesama kita diberkati Allah. Selamat berkenalan.

widiyana26 <at> gmail.com

Yang benar...
WIDIYANA SAMUDRA


 

_______________________________________________
implementations-list mailing list
implementations-list <at> lists.ourproject.org
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
aditya siram | 3 May 2013 22:00
Picon

Feature feedback: partial search acceptance

I'm working on a patch to evil where searching for a word with '/' allows me to stop at a partial match. 

For example, given:
"The wor^d I am looking for is abcd".
where '^' represents point, if I type '/' 'abce', 'abc' is highlighted. When I hit RETURN or C-g I want point to go to the beginning of that partial match and not jump back to where my search started. 

Does this seem like a useful idea?
Thanks!
-deech
_______________________________________________
implementations-list mailing list
implementations-list <at> lists.ourproject.org
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
satshabad khalsa | 26 Apr 2013 03:06
Picon
Gravatar

Colorscheme

Hi all, I was thinking about making the switch from vim to emacs and use the evil-mode for editing? Is it possible/easy to port my custom color scheme to emacs?

Thanks,
Satshabad
_______________________________________________
implementations-list mailing list
implementations-list <at> lists.ourproject.org
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
Qiming Sun | 24 Apr 2013 23:09
Picon

is ":norm ..." available?

Hi all,

I'm just starting to use Evil. In Evil, I didn't find the Vim function
":norm" e.g. :%norm 3J to join every 3 lines for the entire file.
Is it available in Evil now? Or is it a future plan?

Thanks,
Qiming
Hongxu Chen | 23 Apr 2013 16:00
Picon
Gravatar

Any existing way to customize derived mode according to its base mode?


Hi all,

   Evil mode is really wonderful for most editing issues. But I sometimes
   prefer the default keymaps(emacs state) for other modes for instance, those
   modes that are derived from comint-mode. When I set

     (evil-set-initial-state 'comint-mode 'emacs)

   But when I use gud-mode, the initial state is still `normal'.
   So is there any setting that can make the derived mode inherit the
   base mode?

 Thanks.
 Hongxu Chen
Sanel Zukan | 7 Apr 2013 23:26
Picon

Strange behavior after hibernate

Hi all,

Maybe someone can help me to indentify this odd issue I noticed after
recent pull and Fedora upgrade.

I'm using Fedora 18 x86_64 with Emacs 24.2.1 in daemon mode, from
terminal. When I send OS to hibernate state (with 'systemctl
hibernate') and leave terminal open with emacs editing session, after
resume, Evil (sometimes) became confused and almost all shortcuts
get messed up.

For example, in normal mode, 'gg' when pressed for the first time will
go to the first line, but pressed again will invoke emacs 'Goto line:'
command; or maybe pressing '$' will go to the end of the line, but
pressing '0' will do nothing; pressing '0' again will send it to Emacs
but not Evil since Emacs will report 'ESC 0 0 0 0' in command line after
some time.

Evil reload will return mode back to normal operation. Also Emacs
behaves quite normally.

Any idea what is happening? Does Evil has any global timers that could
probably be messed up after resume?

Best,
Sanel
Barry OReilly | 5 Apr 2013 23:38
Picon

Non editing Evil commands in evil-normal-state-map

Modes in which direct editing of text isn't sensical generally initialize in motion or emacs state.  This means that the evil-normal-state-map is inactive.  But there are some useful Evil commands in evil-normal-state-map that don't involve editing text, such as:
  evil-record-macro
  what-cursor-position
  find-file-at-point
  evil-quit
and several others.

These are unavailable in for example Buffer Menu, even though they would make sense there.

What's the reason behind putting non editing commands in evil-normal-state-map?


_______________________________________________
implementations-list mailing list
implementations-list <at> lists.ourproject.org
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
Manfred Lotz | 30 Mar 2013 14:53
Picon
Favicon

Strange effect when delete, then inserting a region

Hi there,
Using evil mode I do the following:

1. I mark a couple of lines using V, then delete it using d (which is
evil-delete).

2. Now when inserting this anywhere else using p or P I get this:

p\310^V^A

When I do not delete the original lines, i.e. I do y (evil-yank) then
this does not happen.

Anybody having an idea what's going wrong?

--

-- 
Thanks,
Manfred
Alan Schmitt | 29 Mar 2013 08:36

How to replicate the great visual selection search and replace

Hello,

There is a feature of evil I really like: it's how it's displaying the
current matches and what the substitution will be when doing a search
and replace on a selected region.

Unfortunately I sometimes have to use a machine on which I cannot
install evil. I was wondering if such a similar feature existed in
emacs, or if it was implemented from scratch in evil.

Thanks a lot,

Alan
Manfred Lotz | 28 Mar 2013 06:55
Picon
Favicon

evil-show-marks

Hi there,
I tried to list the marks but :marks didn't work. marks is mapped to
evil-show-marks which doesn't seem to be implemented anywhere.

--

-- 
Manfred
Marcelo de Moraes Serpa | 25 Mar 2013 21:08
Picon

Setting up "jj" to force normal state

Hello everyone,


I've tried setting up the "jj" key combo to exit from insert mode in evil using key-chord, but it doesn't seem to work.

I'm using the following snippet:

  (key-chord-define evil-normal-state-map "jj" 'evil-force-normal-state)
   (key-chord-define evil-visual-state-map "jj" 'evil-change-to-previous-state)
   (key-chord-define evil-insert-state-map "jj" 'evil-normal-state)
   (key-chord-define evil-replace-state-map "jj" 'evil-normal-state)

Key-chord.el is loaded, and I get no errors when evaluating the piece of code above. However, when I test by entering Evil's INSERT mode and trying to exit it by quickly pressing "j" followed by another "j", it stays at --INSERT--.

Any hints appreciated!

- Marcelo.
_______________________________________________
implementations-list mailing list
implementations-list <at> lists.ourproject.org
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Gmane