computably enumerable set

the definitions computably_enumerable_set.html and computably_enumerable_set.html below define an enumerable set to be the domain of some recursive function, but roger's defines it to be the range of some recursive function.
[cite:;taken from @computability_soare_2016 definition 1.6.2]
note that any computable set is c.e. since if is computable, then , where if the characteristic function and otherwise.
[cite:;taken from @computability_soare_2016 chapter 1 defining computability]
the set is called recursively enumerable if there is a partially computable function such that
[cite:;taken from @computability_davis_1994 chapter 4.4 recursively enumerable sets]
is recursively enumerable if either or there exists a recursive such that .
[cite:;taken from @computability_rogers_1987 chapter 5 recursive and recursively enumerable sets]
let be a nonempty set. then there is a primitive recursive function such that . that is, is the range of .
[cite:;taken from @computability_davis_1994 chapter 4.4 a universal program; theorem 4.9]
let be a partially computable function and let . (that is, is the range of .) then is r.e.
[cite:;taken from @computability_davis_1994 chapter 4.4 a universal program; theorem 4.10]
suppose that . then the following statements are all equivalent
  1. is r.e.;
  2. is the range of a primitive recursive function;
  3. is the range of a recursive function;
  4. is the range of a broken link: blk:def-recursive-function-soare.
[cite:;taken from @computability_davis_1994 chapter 4.4 a universal program; theorem 4.11]
is c.e..
[cite:;taken from @computability_soare_2016 theorem 1.6.4]
is the domain of the following p.c. function:
is not computable.
[cite:;taken from @computability_soare_2016 theorem 1.6.5]
let .
[cite:;taken from @computability_soare_2016 definition 1.6.3]
by quantifier contraction theorem, the projection of a c.e. relation is c.e.
[cite:;taken from @computability_soare_2016 corollary 2.1.6]
the following sets and relations are c.e.
[cite:;taken from @computability_soare_2016 chapter 2 computably enumerable sets]
the c.e. sets are closed under union and intersection uniformly, i.e., there are computable functions and such that and .
[cite:;taken from @computability_soare_2016 theorem 2.1.11]
a set is computable iff both and are c.e., i.e. iff .
[cite:;taken from @computability_soare_2016 theorem 2.1.14], [cite:;also in @computability_davis_1994 chapter 4.4 recursively enumerable sets; theorem 4.4]
a partial function is partial computable iff its graph is computably enumerable.
[cite:;taken from @computability_soare_2016 theorem 2.1.9]
let be a nonempty r.e. set. then there is a primitive recursive function such that . that is, is the range of .
[cite:;taken from @computability_davis_1994 theorem 4.9]
if is a recursive set, then is r.e.
[cite:;taken from @computability_davis_1994 chapter 4.4 a universal program; theorem 4.3]
is the set of all recursively enumerable sets computably enumerable itself?
no, this cant be true, otherwise RE in RE, which isnt correct in usual set theory, but what if the set theory foundation allowed such sets?. if we drop that axiom from set theory, then we could have , we can write a program that receives an element of RE and iterates through all numbers, and checks if the number is an encoding of a function that converges on all inputs, this is demonstrated in computability_practice_problems.html. using this technique, we would diverge if there is no function that converges on all inputs of the elements, and converge otherwise. perhaps this result wouldnt be important however.
what is an example of a recursively enumerable set that is neither decidable nor m-complete?